t3x.org / t3x / t3x-manual / 4H.html
 
T3X - A Minimum Procedural Language
Version 8.1.5, Online Edition
Copyright(C) 1996-2004
Nils M Holm
 
Previous:
4.16 Source Level Debugging
TOC | Index | Back Next:
4.17.1 Generated Hints

4.17 Meta Information

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