ladybird/Libraries/LibJS/Rust/src/bytecode
Andreas Kling 1ce4242b4b LibJS: Store bytecode cache indexes instead of pointers
Store compact cache indexes in bytecode instructions instead of raw
pointers to the executable cache vectors. This keeps the instruction
stream independent from heap addresses and removes pointer fixups when
materializing cached bytecode.

Resolve the mutable cache pointers at execution time from the current
Executable. Bytecode test expectations are updated for the smaller cache
operands and resulting instruction offsets.
2026-05-18 20:35:14 +02:00
..
basic_block.rs LibJS: Drop source ranges from bytecode source maps 2026-05-14 09:41:03 +02:00
codegen.rs LibJS: Store bytecode cache indexes instead of pointers 2026-05-18 20:35:14 +02:00
ffi.rs LibJS: Borrow mapped bytecode cache executable bytes 2026-05-16 08:13:35 +02:00
generator.rs LibJS: Fix var declarations in direct eval inside catch blocks 2026-05-15 10:01:08 +02:00
instruction.rs LibJS: Add alternative source-to-bytecode pipeline in Rust 2026-02-24 09:39:42 +01:00
mod.rs LibJS: Add bytecode validator scaffolding driven from Bytecode.def 2026-05-03 08:43:19 +02:00
operand.rs Rust: Add a config file for rustfmt 2026-04-18 08:05:47 -04:00
validator.rs LibJS: Store bytecode cache indexes instead of pointers 2026-05-18 20:35:14 +02:00