1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:18:13 +00:00
serenity/Userland/Libraries/LibJS/JIT
Andreas Kling f03d4a1ffe LibJS/JIT: Resolve the PropertyLookupCache pointers at JIT time
We know where the lookup cache is by the time we're jitting code, so
let's put the pointer directly into the instruction stream.
2023-11-06 13:06:10 +01:00
..
Compiler.cpp LibJS/JIT: Resolve the PropertyLookupCache pointers at JIT time 2023-11-06 13:06:10 +01:00
Compiler.h LibJS/JIT: Include headers before they are used 2023-11-06 10:28:05 +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