Decaf Compiler
Public Attributes | List of all members
AllocateSymbolsData Struct Reference

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)
 

Detailed Description

State/data for symbol allocation visitor.


The documentation for this struct was generated from the following file: