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:
parent
4438ec481c
commit
795149e585
5 changed files with 53 additions and 0 deletions
|
@ -69,6 +69,7 @@
|
|||
O(IteratorToArray) \
|
||||
O(Jump) \
|
||||
O(JumpIf) \
|
||||
O(JumpIfNot) \
|
||||
O(JumpGreaterThan) \
|
||||
O(JumpGreaterThanEquals) \
|
||||
O(JumpLessThan) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue