1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:57:35 +00:00

LibJS: Move shared bytecode/JIT helpers to a header file

This allows them to be inlined into the bytecode interpreter.

7.6% speedup on Kraken/ai-astar.js in interpreter mode. :^)
This commit is contained in:
Andreas Kling 2024-01-27 20:30:35 +01:00
parent 6f5dd9e11c
commit 514af065a5
3 changed files with 841 additions and 877 deletions

View file

@ -4,7 +4,6 @@ set(SOURCES
Bytecode/BasicBlock.cpp
Bytecode/Builtins.cpp
Bytecode/CodeGenerationError.cpp
Bytecode/CommonImplementations.cpp
Bytecode/Executable.cpp
Bytecode/Generator.cpp
Bytecode/IdentifierTable.cpp