ladybird/Libraries/LibJS/BytecodeDef
Andreas Kling c9fa4ce695 LibJS: Use element alignment for bytecode array offsets
Compute flexible array member offsets from the fixed field size rounded
up to the array element alignment. The instruction length still uses the
struct-aligned fixed size, but the array field itself can start before
that tail padding under the MSVC ABI.
2026-05-18 20:35:14 +02:00
..
src LibJS: Use element alignment for bytecode array offsets 2026-05-18 20:35:14 +02:00
Cargo.toml LibJS: Use the 2024 Rust edition for AsmIntGen and ByteCodeDef 2026-03-11 16:57:09 -04:00