1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-26 02:05:08 +00:00
serenity/Userland/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur 70b94f58b2 LibWasm: Inline some very hot functions
These are mostly pretty small functions too, and they were about ~10%
of runtime.
2021-07-17 01:13:39 +04:30
..
AbstractMachine.cpp Revert "LibWasm: Some more performance stuff (#8812)" 2021-07-17 01:11:28 +04:30
AbstractMachine.h LibWasm: Inline some very hot functions 2021-07-17 01:13:39 +04:30
BytecodeInterpreter.cpp Revert "LibWasm: Some more performance stuff (#8812)" 2021-07-17 01:11:28 +04:30
BytecodeInterpreter.h LibWasm: Inline some very hot functions 2021-07-17 01:13:39 +04:30
Configuration.cpp LibWasm: Give traps a reason and display it when needed 2021-07-02 04:53:01 +04:30
Configuration.h Revert "LibWasm: Some more performance stuff (#8812)" 2021-07-17 01:11:28 +04:30
Interpreter.h LibWasm: Give traps a reason and display it when needed 2021-07-02 04:53:01 +04:30