ladybird/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur dc67f0ad4e LibWasm: Hold on to the stack depth for expressions in the validator
This allows preallocating the value stack when pushing frames, avoiding
repeated reallocs and copies.
2025-08-08 12:54:06 +02:00
..
AbstractMachine.cpp LibWeb+LibWasm: Reject module instantiation with correct error type 2025-07-25 15:13:28 +02:00
AbstractMachine.h LibWeb+LibWasm: Reject module instantiation with correct error type 2025-07-25 15:13:28 +02:00
BytecodeInterpreter.cpp LibWasm: Avoid memory copy in read_value<T>() if possible 2025-08-08 12:54:06 +02:00
BytecodeInterpreter.h LibWasm: Validate indirect calls at runtime 2025-05-22 07:35:58 +01:00
Configuration.cpp LibWasm: Avoid repeated shrinkage of value stack 2025-08-08 12:54:06 +02:00
Configuration.h LibWasm: Hold on to the stack depth for expressions in the validator 2025-08-08 12:54:06 +02:00
Interpreter.h LibWasm: Make traps hold on to externally-managed data 2025-04-22 08:43:46 -06:00
Operators.h LibWasm: Return canonical NaN for min/max/floor/ceil/truncate operations 2025-07-27 15:35:28 +02:00
Validator.cpp LibWasm: Hold on to the stack depth for expressions in the validator 2025-08-08 12:54:06 +02:00
Validator.h LibWasm: Hold on to the stack depth for expressions in the validator 2025-08-08 12:54:06 +02:00