mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-16 16:18:12 +00:00
When handling a page fault, we only need to remap the faulting region in the current process. There's no need to traverse *all* regions that map the same VMObject and remap them cross-process as well. Those other regions will get remapped lazily by their own page fault handlers eventually. Or maybe they won't and we avoided some work. :^)