1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:58:11 +00:00
serenity/Userland/Libraries/LibJS/JIT
Andreas Kling 022974a43a LibJS/JIT: Let Compiler keep per-BasicBlock state internally
Compiler now has a BasicBlockData struct for each BasicBlock. The struct
contains all the stuff that we previously stored with the
Bytecode::BasicBlock.
2023-10-27 19:07:22 +02:00
..
Assembler.cpp LibJS: Work-in-progress JIT compiler :^) 2023-10-27 19:07:22 +02:00
Assembler.h LibJS/JIT: Let Compiler keep per-BasicBlock state internally 2023-10-27 19:07:22 +02:00
Compiler.cpp LibJS/JIT: Let Compiler keep per-BasicBlock state internally 2023-10-27 19:07:22 +02:00
Compiler.h LibJS/JIT: Let Compiler keep per-BasicBlock state internally 2023-10-27 19:07:22 +02:00
NativeExecutable.cpp LibJS/JIT: Don't keep trying to JIT unsupported bytecode executables 2023-10-27 19:07:22 +02:00
NativeExecutable.h LibJS/JIT: Don't keep trying to JIT unsupported bytecode executables 2023-10-27 19:07:22 +02:00