Base Frame Pointer
Warning
This post is more than a year old. Information may be outdated.
- Computer Systems
- The base frame pointer
%rbpwill start at a known, stable location. - It will be a landmark for other constants.
- Each function calls need a separate base frame pointer.
- preamble: save the old
%rbpand sets up its own. - postamble: restore the old
%rbpand exit.
- preamble: save the old