1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:58:12 +00:00
serenity/Userland/Libraries/LibJS/JIT
Simon Wanner e400682fb1 LibJS/JIT: Support alternative entry point blocks
If Interpreter::run_and_return_frame is called with a specific entry
point we now map that to a native instruction address, which the JIT
code jumps to after the function prologue.
2023-11-03 07:31:11 +01:00
..
Compiler.cpp LibJS/JIT: Support alternative entry point blocks 2023-11-03 07:31:11 +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: Support alternative entry point blocks 2023-11-03 07:31:11 +01:00
NativeExecutable.h LibJS/JIT: Support alternative entry point blocks 2023-11-03 07:31:11 +01:00