|
| Previous: 4.16 Source Level Debugging | TOC | Index | Back | Next: 4.17.1 Generated Hints |
| 0xA002 | HINT | N | - | pass a HINT |
|---|
Pass some meta information to later stages of the compiler like the optimizer or the code generator. The information itself is encoded in a single machine word. Hint instructions are null operations when executed by the Tcode machine. When a program (like a code generator) detects a HINT in a context where it does not expect one, it may safely ignore it.
| Previous: 4.16 Source Level Debugging | TOC | Index | Back | Next: 4.17.1 Generated Hints |