mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-22 02:01:55 +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
Notes:
sideshowbarker
2024-07-16 20:21:48 +09:00
Author: https://github.com/awesomekling
Commit: ae1ac9871b
Pull-request: https://github.com/SerenityOS/serenity/pull/21241
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