Stack Frame
1. Word array containing method parameters and local variables, accessed via indices.
2. Stack array for storing intermediate results - alternative to registers
- 3. Relevant data to allow :
- constant pool resolution
- normal method return
- exception dispatch