ladybird/Libraries/LibJS/AsmIntGen
Andreas Kling 4467c6b21e LibJS: Add asmint assertion support
Teach asmintgen a small set of assertion instructions that lower to
architecture traps when assertions are enabled. Keep them visible to
the parser and register allocator in every build so release and
distribution builds can compile them out without changing DSL liveness.

Enable the assertion lowering for Debug and sanitizer builds.
2026-05-03 13:10:48 +02:00
..
src LibJS: Add asmint assertion support 2026-05-03 13:10:48 +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