mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:17:45 +00:00
UserspaceEmulator: Keep Emulator& closer to the action in some places
This avoids the cost of calling Emulator::the() in some very hot paths.
This commit is contained in:
parent
d14695f823
commit
1965fc5b98
9 changed files with 127 additions and 70 deletions
|
@ -2,6 +2,7 @@ set(SOURCES
|
|||
Emulator.cpp
|
||||
MallocTracer.cpp
|
||||
MmapRegion.cpp
|
||||
Region.cpp
|
||||
SharedBufferRegion.cpp
|
||||
SimpleRegion.cpp
|
||||
SoftCPU.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue