HP-PA ABI issues - framepointer handling
Robert Dewar
dewar@gnat.com
Fri Oct 20 09:38:00 GMT 2000
<<Because use/non-use of a frame pointer doesn't affect the calling sequence.
ie, the caller may or may not have a frame pointer and hte callee may or
may not have a frame pointer -- either way the call will work just fine.
A framepointer is mostly a convenience pointer for the debugger, whether or
not a function has a frame pointer does not affect how a function is called
or how it calls other functions in any externally visible way.
>>
I understand your point here, but in the day of languages where unwinding
the stack, debugger style, is part of the semantics of the language, the
division that you make here is no longer so clear.
More information about the Gcc
mailing list