1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-24 08:02:11 +00:00
serenity/Userland/Libraries/LibJS/JIT
Andreas Kling 87baf140f2 LibJS/JIT: Use PUSH imm when pushing null unwind context pointer(s)
Small code size optimization, saves 252 bytes on Kraken/ai-astar.js :^)
2023-10-28 18:20:07 +02:00
..
Compiler.cpp LibJS/JIT: Use PUSH imm when pushing null unwind context pointer(s) 2023-10-28 18:20:07 +02:00
Compiler.h LibJS+LibJIT: Let users of JIT::Assembler handle caller-saved registers 2023-10-28 18:20:07 +02: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