1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-24 01:15:07 +00:00
serenity/Userland/Libraries/LibJS/JIT
Stephan Vedder 0e69f744df LibJS/JIT: Add increment instruction
Instead of using `Add` with an immediate of 1 use the `Inc` instruction
2023-11-08 21:09:44 +01:00
..
Compiler.cpp LibJS/JIT: Add increment instruction 2023-11-08 21:09:44 +01:00
Compiler.h LibJS/JIT: Add fast path for number comparisons 2023-11-08 14:11:51 +01:00
NativeExecutable.cpp LibJS/JIT: Don't crash when dissassembling an empty basic block 2023-11-07 11:33:04 +01:00
NativeExecutable.h LibJS/JIT: Support alternative entry point blocks 2023-11-03 07:31:11 +01:00