-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Windows Support for Laxy Commit of page map
The Pagemap can potentially be accessed where there is no direct knowledge of the location. On platforms with lazy commit this can be handled by the OS faulting in a zero page. Here we modify the Windows PAL to add an exception handler that will commit pages in the read only range, i.e. the page map. We still require explicit notify_using to be able to modify the pagemap.
- Loading branch information
Showing
1 changed file
with
81 additions
and
1 deletion.
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