Decaf Compiler
|
State/data for symbol allocation visitor. More...
Public Attributes | |
int | static_size |
Total size of static/global variables. | |
int | local_size |
Size of current function's local variables (for building a stack frame) | |
bool | in_function |
Currently inside a function? (used to distinguish between global and local variables) | |
State/data for symbol allocation visitor.