Files
ladybird/Userland/Libraries/LibJS/Bytecode/Instruction.h
Andreas Kling 031ec98803 LibJS: Streamline InstructionStreamIterator
Nuke all the per-instruction bounds checking when iterating instructions
by using raw pointers instead of indexing into a ReadonlyBytes.

The interpreter loop already checks that we're in-bounds anyway.
2023-09-28 06:09:16 +02:00

6.3 KiB