Stack Simulation
Extra data structure required
- variable recording the height of the stack in the current frame
- every instruction increments or decrements this value so that the simulation is in line with how the stack would be during execution
- on a declaration, stack simulation gives address of identifier – stored in object description