ladybird/Libraries/LibJS/AsmIntGen
Andreas Kling 114eeddea1 AsmIntGen: Avoid clobbering r11 in store_operand
The x86_64 asm interpreter mapped t8 to r11, but store_operand
also used r11 as its scratch register for operand loads. When a
handler stored a JS value from t8, the scratch load overwrote the
value first and wrote raw operand bits into the register file.
2026-04-10 15:12:53 +02:00
..
src AsmIntGen: Avoid clobbering r11 in store_operand 2026-04-10 15:12:53 +02:00
Cargo.lock LibJS: Add AsmIntGen assembly interpreter code generator 2026-03-07 13:09:59 +01:00
Cargo.toml LibJS: Use the 2024 Rust edition for AsmIntGen and ByteCodeDef 2026-03-11 16:57:09 -04:00