ladybird/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur 2397ae4af5 LibWasm: Use [[gnu::musttail]] on new-enough GCC versions
This is supported starting GCC 15.
The warning -Wmaybe-musttail-local-addr complained about &value possibly
escaping (it cannot, but gcc is being pessimistic about
store_to_memory), so a little rearrangement of that function was
necessary.
2025-10-01 23:47:29 +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: Use [[gnu::musttail]] on new-enough GCC versions 2025-10-01 23:47:29 +02:00
BytecodeInterpreter.h LibWasm: Utilise direct threading if/when possible 2025-10-01 23:47:29 +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