-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#511 drreg: add separate-path state restoration features (#2930)
Adds two drreg features to help support separate control flow paths such as a slowpath and a fastpath: drreg_reservation_info_ex(), which provides information on registers which have been unreserved but not yet lazily restored, and drreg_statelessly_restore_app_value() which restores app state without changing drreg state, to retain parity with a separate path. Adds some tests of the new features. Issue: #511
- Loading branch information
1 parent
b1457f7
commit dfc72b8
Showing
4 changed files
with
250 additions
and
50 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
Oops, something went wrong.