1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 03:17:34 +00:00

LibJS/Bytecode: Fuse [Not, JumpIf] instructions into JumpIfNot

This commit is contained in:
Andreas Kling 2024-03-03 17:27:53 +01:00
parent 4438ec481c
commit 795149e585
5 changed files with 53 additions and 0 deletions

View file

@ -69,6 +69,7 @@
O(IteratorToArray) \
O(Jump) \
O(JumpIf) \
O(JumpIfNot) \
O(JumpGreaterThan) \
O(JumpGreaterThanEquals) \
O(JumpLessThan) \