Files
ladybird/Userland/Libraries/LibJS/Bytecode/Instruction.cpp
Andreas Kling e43d96f310 LibJS/Bytecode: Remove Instruction::m_length field
Now that the interpreter is unrolled, we can advance the program counter
manually based on the current instruction type.

This makes most instructions a bit smaller. :^)
2024-05-07 09:15:40 +02:00

2.4 KiB