mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 08:55:07 +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
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -8,7 +8,6 @@ set(SOURCES
|
||||||
Bytecode/IdentifierTable.cpp
|
Bytecode/IdentifierTable.cpp
|
||||||
Bytecode/Instruction.cpp
|
Bytecode/Instruction.cpp
|
||||||
Bytecode/Interpreter.cpp
|
Bytecode/Interpreter.cpp
|
||||||
Bytecode/Op.cpp
|
|
||||||
Bytecode/RegexTable.cpp
|
Bytecode/RegexTable.cpp
|
||||||
Bytecode/StringTable.cpp
|
Bytecode/StringTable.cpp
|
||||||
Console.cpp
|
Console.cpp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue