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:
parent
6f5dd9e11c
commit
514af065a5
3 changed files with 841 additions and 877 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue