On Wed 16 May 2012 02:39, Noah Lavine <[email protected]> writes:
> Do you mean that the register pool will grow and shrink for each > function call? Is that why the stack frames can be fixed-size? The register pool is the set of locals on the stack. Registers for one function are stored in the stack frame. Andy -- http://wingolog.org/
