Files
ladybird/Libraries/LibJS/Bytecode/Instruction.h
Andreas Kling d66273b12a LibJS: Add % (modulo) fast path in bytecode interpreter
We can avoid the expensive call to fmod() in various cases when we have
Int32 values on both sides of the operator.
2026-01-09 09:16:50 +01:00

3.4 KiB