1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-28 05:42:34 +00:00
serenity/Userland/Libraries/LibJS/JIT
Zaggy1024 56e8f52cb3 LibJIT/LibJS: Remove jump_if_***() in favor of jump_if()
The `jump_if()` function implements all the conditions already in use
and more, so let's avoid encouraging more wrapper functions.
2023-10-29 17:11:04 +01:00
..
Compiler.cpp LibJIT/LibJS: Remove jump_if_***() in favor of jump_if() 2023-10-29 17:11:04 +01:00
Compiler.h LibJS/JIT: Add fast path for Add Int32, Int32 2023-10-29 08:02:00 +01:00
NativeExecutable.cpp LibJS/JIT: Dump disassembly of generated code using LibX86 2023-10-27 21:49:55 +02:00
NativeExecutable.h LibJS/JIT: Dump disassembly of generated code using LibX86 2023-10-27 21:49:55 +02:00