Files
serenity/Userland/Libraries/LibJS
Andreas Kling 7654da3851 LibJS/Bytecode: Do basic compare-and-jump peephole optimization
We now fuse sequences like [LessThan, JumpIf] to JumpLessThan.
This is only allowed for temporaries (i.e VM registers) with no other
references to them.
2024-05-10 15:03:24 +00:00
..
2024-05-04 21:42:59 +02:00
2024-05-09 09:12:13 +02:00
2023-08-17 18:27:02 +02:00