-
Notifications
You must be signed in to change notification settings - Fork 484
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework selection of error type to avoid spin lock.
- Remove storage of write_flag from GuardedPageAllocator::SlotMetadata. - Remove method GuardedPageAllocator::SetWriteFlag - Remove refining the return value of GetErrorType (as write_flag is no longer present) - Add refining the error value to the SegVHandler. PiperOrigin-RevId: 573306812 Change-Id: I75d90ac2daeb18a5375dd172b4242bb90d39fcba
- Loading branch information
1 parent
2ee0510
commit 9a8c27e
Showing
3 changed files
with
43 additions
and
37 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