ladybird/Userland/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur 578bf6c45e LibWasm: Avoid excessive pop()-then-push() on the stack
Also make the stack a lot bigger, since we now have only one of these
instead of one per function call.
2021-05-27 17:28:41 +04:30
..
AbstractMachine.cpp LibWasm: Make Interpreter a virtual interface 2021-05-27 17:28:41 +04:30
AbstractMachine.h LibWasm: Avoid excessive pop()-then-push() on the stack 2021-05-27 17:28:41 +04:30
Configuration.cpp LibWasm: Make Interpreter a virtual interface 2021-05-27 17:28:41 +04:30
Configuration.h LibWasm: Make Interpreter a virtual interface 2021-05-27 17:28:41 +04:30
Interpreter.cpp LibWasm: Avoid excessive pop()-then-push() on the stack 2021-05-27 17:28:41 +04:30
Interpreter.h LibWasm: Avoid excessive pop()-then-push() on the stack 2021-05-27 17:28:41 +04:30