Files
ladybird/Userland/Libraries/LibJS/Bytecode/Executable.cpp
Andreas Kling 5a08544138 LibJS/Bytecode: Keep instruction source mappings in Executable
Instead of storing source offsets with each instruction, we now keep
them in a side table in Executable.

This shrinks each instruction by 8 bytes, further improving locality.
2024-05-07 09:15:40 +02:00

3.6 KiB