Files
ladybird/Userland/Libraries/LibJS/Bytecode/Executable.cpp
Andreas Kling 310bcd4717 LibJS/JIT: Don't keep trying to JIT unsupported bytecode executables
We now only try jitting each Bytecode::Executable once, and then cache
the resulting NativeExecutable.
2023-10-27 19:07:22 +02:00

1.9 KiB