Decaf Compiler
|
Information about call targets (i.e., functions) More...
Public Attributes | |
char | name [MAX_TOKEN_LEN] |
Function name. | |
ILOCInsn * | insn |
Pointer to corresponding label "instruction". | |
struct CallTarget * | next |
Next call target (if stored in a list) | |
Information about call targets (i.e., functions)
This information is prefetched with a single pass over the instruction before it is simulated.