ladybird/Libraries/LibJS/Bytecode/AsmInterpreter
Andreas Kling 8ae173f4fd LibJS: Use paired loads in the asm Call fast path
Use the new paired-load DSL operations in the inline Call path for the
adjacent environment, ScriptOrModule, caller metadata, and callee-entry
loads. The flow stays the same, but the hot call setup now needs fewer
scalar memory operations on aarch64.
2026-04-14 12:37:12 +02:00
..
asmint.asm LibJS: Use paired loads in the asm Call fast path 2026-04-14 12:37:12 +02:00
AsmInterpreter.cpp LibJS: Inline asm interpreter JS Call fast path 2026-04-14 08:14:43 +02:00
AsmInterpreter.h LibJS: Move bytecode interpreter state to VM 2026-04-13 18:29:43 +02:00
gen_asm_offsets.cpp LibJS: Inline asm interpreter JS Call fast path 2026-04-14 08:14:43 +02:00