ladybird/Libraries/LibJS/Rust
Andreas Kling e5bcffc3d5 LibJS: Move bytecode block counting to Rust
Use the Rust bytecode dumper's basic block collection logic for the
metadata block count. This removes the last C++ bytecode label walk and
lets us delete the generated C++ label and operand visitor helpers.
2026-06-15 02:41:57 +02:00
..
src LibJS: Move bytecode block counting to Rust 2026-06-15 02:41:57 +02:00
build.rs LibJS: Move bytecode instruction dumping to Rust 2026-06-15 02:41:57 +02:00
Cargo.toml LibJS: Use foldhash in parser and scope-collector hash maps 2026-05-05 13:53:51 +02:00
cbindgen.toml LibJS: Add bytecode validator scaffolding driven from Bytecode.def 2026-05-03 08:43:19 +02:00