1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 05:35:06 +00:00
serenity/Userland/Libraries/LibJS/JIT
Andreas Kling c2fe7af095 LibJS/JIT: Support the NewString bytecode op
This necessitated making the JIT::Compiler aware of the current
Bytecode::Executable, since that's where all the string literals are
held, but that seems like a good thing.
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: Add Assembler::jump(Operand) and verify_not_reached() 2023-10-27 19:07:22 +02:00
Compiler.cpp LibJS/JIT: Support the NewString bytecode op 2023-10-27 19:07:22 +02:00
Compiler.h LibJS/JIT: Support the NewString bytecode op 2023-10-27 19:07:22 +02:00
NativeExecutable.cpp LibJS: Work-in-progress JIT compiler :^) 2023-10-27 19:07:22 +02:00
NativeExecutable.h LibJS: Work-in-progress JIT compiler :^) 2023-10-27 19:07:22 +02:00