mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:47:34 +00:00
LibJS: Move all bytecode instruction implementations to Interpreter.cpp
This allows aggressive inlining without LTO.
This commit is contained in:
parent
e5474c384d
commit
ae1ac9871b
3 changed files with 1916 additions and 1930 deletions
|
@ -8,7 +8,6 @@ set(SOURCES
|
|||
Bytecode/IdentifierTable.cpp
|
||||
Bytecode/Instruction.cpp
|
||||
Bytecode/Interpreter.cpp
|
||||
Bytecode/Op.cpp
|
||||
Bytecode/RegexTable.cpp
|
||||
Bytecode/StringTable.cpp
|
||||
Console.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue