You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pretty frequently compilers will establish a frame pointer when it's beneficial for reducing rsp manipulation. MSVC is additionally known to set RBPs to a constant offset from what is known as a "frame pointer". This will also happen with Clang if both stack realignment and alloca is involved.
We should have a new unwind rule, generalizing frame pointers, defined by:
Pretty frequently compilers will establish a frame pointer when it's beneficial for reducing rsp manipulation. MSVC is additionally known to set RBPs to a constant offset from what is known as a "frame pointer". This will also happen with Clang if both stack realignment and alloca is involved.
We should have a new unwind rule, generalizing frame pointers, defined by:
When x=2, y=0 this is equivalent to a frame pointer.
The text was updated successfully, but these errors were encountered: