-
Notifications
You must be signed in to change notification settings - Fork 571
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#2390 ind br: Emit NOPs instead of movk reg, #0.
Instead of creating unnecessary movk instructions when creating exit stubs, we insert nops instead just before the branch. Ideally we would just have a variable size for the exit stub fragments, but at different places DynamoRIO expects them the be of a fixed size and the last instruction to be a branch. Issue #2390 Change-Id: If798af4158d591dd3a7d522ee0118daadc5a1c89
- Loading branch information
Showing
1 changed file
with
24 additions
and
15 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