1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:48:12 +00:00
serenity/Userland/Libraries/LibJS/JIT
Idan Horowitz 38f3b78a1d LibJS: Store the bytecode accumulator in a dedicated physical register
We now use a dedicated physical register to store the bytecode
accumulator, instead of loading and storing it to the memory everytime.
2023-11-02 22:35:35 +01:00
..
Compiler.cpp LibJS: Store the bytecode accumulator in a dedicated physical register 2023-11-02 22:35:35 +01:00
Compiler.h LibJS: Store the bytecode accumulator in a dedicated physical register 2023-11-02 22:35:35 +01:00
NativeExecutable.cpp LibJS/JIT: Avoid crashing while disassembling empty functions 2023-11-02 07:37:41 +01:00
NativeExecutable.h LibJS: Lazily collect stack trace information 2023-11-02 07:37:41 +01:00