(In progress)
- Store GPRs topmost in the Register Save Area, and then any FP arg regs below them. Make sure to update the offset for each register.
- Do not always increase the stack size with CallFrameSize, but instead with the amount used of the Register save area.
- Extend getFrameIndexReference() to increase all offsets into the local area so that in effect the Local area now begins below the last used byte of the register save area.
Command line option not yet implemented - I suppose this could be done the same way as with -mnop-mcount?
What is this needed for?