mirror of
https://github.com/dingusdev/dingusppc.git
synced 2026-03-12 19:41:39 +00:00
We do a linear scan in find_range (which is called on all TLB misses) to find the entries. The largest and most frequently hit entry is the system memory (which starts at 0). By ensuring that it's the first entry in the list, we end up only doing one iteration through the loop.
11 KiB
11 KiB