1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:57:35 +00:00
serenity/Userland/Libraries/LibJS/JIT
Simon Wanner fb7b4b9c59 LibJS/JIT: Provide source location information for JIT code
This works by walking a backtrace until the currently executing
native executable is found, and then mapping the native address
to its bytecode instruction.
2023-10-31 07:07:17 +01:00
..
Compiler.cpp LibJS/JIT: Annotate disassembly with bytecode information 2023-10-31 07:07:17 +01:00
Compiler.h LibJS/JIT: Provide source location information for JIT code 2023-10-31 07:07:17 +01:00
NativeExecutable.cpp LibJS/JIT: Provide source location information for JIT code 2023-10-31 07:07:17 +01:00
NativeExecutable.h LibJS/JIT: Provide source location information for JIT code 2023-10-31 07:07:17 +01:00