References:
Class of variables:
Frame pointer (FP): ptr to beginning of stack frame (fixed)
Stack pointer (SP): ptr to end of stack (can move).
Stack frame hold space for:
Key property: all data in stack frames is at fixed, statically computed offset from FP.
Good about this property:
If you could revise
the fundmental principles of
computer system design
to improve security...
... what would you change?