ladybird/Libraries/LibJS/Bytecode/AsmInterpreter
Andreas Kling acbbb2d726 LibJS: Pair-load property IC lookup metadata
Load the cached property offset and dictionary generation with paired
loads in the property inline-cache fast paths. AsmIntGen now verifies
these reads against the actual cache layout, so the DSL keeps both
fields named and self-documenting.
2026-04-14 12:37:12 +02:00
..
asmint.asm LibJS: Pair-load property IC lookup 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