-
Notifications
You must be signed in to change notification settings - Fork 648
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Save caller IP before setting up callee frame
Summary: Save the caller IP before we have created the callee frame. This allows us to impose additional asserts in `getCurrentIP` subsequent diffs, since we will now be guaranteed that it will produce an address within the top CodeBlock on the stack (if any). Reviewed By: tmikov Differential Revision: D64737416 fbshipit-source-id: 335e585689f9226e14774359146abc38a2374d07
- Loading branch information
1 parent
cc809ac
commit f3fbe68
Showing
3 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters