DescriptionX87: [turbofan] Add an operator to access the parent frame pointer.
port fd8fd05cc5389a44a3d15ace0cf34b43369b758e (r34014)
original commit message:
This functionality is useful for stubs that need to walk the stack. The new
machine operator, LoadParentFramePointer dosn't force the currently compiling
method to have a frame in contrast to LoadFramePointer. Instead, it adapts
accordingly when frame elision is possible, making efficient stack walks
possible without incurring a performance penalty for small stubs that can
benefit from frame elision.
BUG=
Committed: https://crrev.com/9727ab7e28400fcc9d40834f875d34cbd89ef026
Cr-Commit-Position: refs/heads/master@{#34064}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|