1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-02 19:42:14 +00:00
serenity/Userland/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur 73eb0785e0 LibWasm: Don't put values and labels in OwnPtrs
Doing that was causing a lot of malloc/free traffic, but since there's
no need to have a stable pointer to them, we can just store them by
value.
This makes execution significantly faster :^)
2021-05-27 17:28:41 +04:30
..
AbstractMachine.cpp LibWasm: Add execution hooks and a debugger mode to the wasm tool 2021-05-26 15:34:13 +04:30
AbstractMachine.h LibWasm: Don't put values and labels in OwnPtrs 2021-05-27 17:28:41 +04:30
Configuration.cpp LibWasm: Don't put values and labels in OwnPtrs 2021-05-27 17:28:41 +04:30
Configuration.h LibWasm: Don't put values and labels in OwnPtrs 2021-05-27 17:28:41 +04:30
Interpreter.cpp LibWasm: Don't put values and labels in OwnPtrs 2021-05-27 17:28:41 +04:30
Interpreter.h LibWasm: Don't put values and labels in OwnPtrs 2021-05-27 17:28:41 +04:30