1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 08:47:35 +00:00
serenity/Userland/Libraries/LibJS/JIT
Andreas Kling 8eba60d015 LibJS/JIT: Only try JIT compilation when LIBJS_JIT is set in environment
Instead of adding a flag to everything everywhere, let's try using an
environment variable this time.
2023-10-27 19:07:22 +02:00
..
Compiler.cpp LibJS/JIT: Only try JIT compilation when LIBJS_JIT is set in environment 2023-10-27 19:07:22 +02:00
Compiler.h LibJIT+LibJS: Move JIT::Assembler into a new LibJIT library 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