Files
ladybird/Libraries/LibJS/Runtime
Andreas Kling d0f8d56224 LibJS: Reorder ExecutionContext fields to eliminate padding
Group the u32 fields (passed_argument_count, caller_return_pc,
caller_dst_raw) together so they pack naturally without alignment
padding between pointer-sized fields.

This shrinks ExecutionContext from 160 to 152 bytes.
2026-03-11 13:33:47 +01:00
..
2026-02-26 13:54:35 -05:00
2026-02-26 13:54:35 -05:00