mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
Only COW on fault if the physical page has retain_count > 1.
This makes COW pages lazily-but-transparently revert back to read/write.
This commit is contained in:
parent
2d045d2a64
commit
9e62eb4856
Notes:
sideshowbarker
2024-07-19 18:33:36 +09:00
Author: https://github.com/awesomekling
Commit: 9e62eb4856
4 changed files with 17 additions and 2 deletions
|
@ -8,6 +8,8 @@
|
|||
#include "IRQHandler.h"
|
||||
#include "PIC.h"
|
||||
|
||||
//#define PAGE_FAULT_DEBUG
|
||||
|
||||
struct DescriptorTablePointer {
|
||||
WORD size;
|
||||
void* address;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue