Use the stack pointer to derive CURRENT (if possible)
If provided by the compiler, use the builtin_stack_address()
intrinsic instead of builtin_frame_address(0) to derive CURRENT.
This generally generates faster and shorter code. In cases where the
compiler does not maintain the frame pointer rountinely, it also does
not force the compiler to establish the stack frame for the current
function.
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.