ladybird/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur 9ceb8052c8 LibWasm: Avoid revalidating memory/address for every element in memory.*
This also "fixes" the "address leak" detected by GCC (which is not
actually leaked to the tailcalled function).
2025-10-06 16:00:02 +02:00
..
AbstractMachine.cpp LibWasm: Move the interpreter IP out of the configuration object 2025-08-26 15:20:33 +02:00
AbstractMachine.h LibWasm: Avoid frequent re/deallocations while validating expressions 2025-10-01 23:47:29 +02:00
BytecodeInterpreter.cpp LibWasm: Avoid revalidating memory/address for every element in memory.* 2025-10-06 16:00:02 +02:00
BytecodeInterpreter.h LibWasm: Avoid revalidating memory/address for every element in memory.* 2025-10-06 16:00:02 +02:00
Configuration.cpp LibWasm: Move the interpreter IP out of the configuration object 2025-08-26 15:20:33 +02:00
Configuration.h LibWasm: Utilise direct threading if/when possible 2025-10-01 23:47:29 +02:00
Interpreter.h LibWasm: Make traps hold on to externally-managed data 2025-04-22 08:43:46 -06:00
Operators.h LibWasm: Fix Negate::name() to return "neg" 2025-09-06 01:06:58 +02:00
Validator.cpp LibWasm: Move the interpreter IP out of the configuration object 2025-08-26 15:20:33 +02:00
Validator.h LibWasm: Avoid frequent re/deallocations while validating expressions 2025-10-01 23:47:29 +02:00