mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
To make SoftMMU::find_region() O(1), this patch invests 3MiB into a lookup table where we track each possible page base address and map them to the SoftMMU::Region corresponding to that address. This is another large improvement to general emulation performance. :^)