ladybird/Libraries/LibJS/Bytecode/AsmInterpreter
Andreas Kling 75eb3a28ce LibJS: Pair-load asm Return resume metadata
Load the inline frame's return pc and destination register at once when
Return or End resumes an asm-managed caller. This keeps the unwind
metadata with the helper that consumes it and removes a separate scalar
load from both handlers.
2026-04-14 12:37:12 +02:00
..
asmint.asm LibJS: Pair-load asm Return resume metadata 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: Pack asm Call shared-data metadata 2026-04-14 12:37:12 +02:00