mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:17:45 +00:00
LibJS/Bytecode: Begin moving shareable (JIT+Interpreter) stuff somewhere
There are a lot of native C++ functions that will be used by both the bytecode interpreter and jitted code. Let's put them in their own file instead of having them in Interpreter.cpp.
This commit is contained in:
parent
b923ca392d
commit
8905682a16
4 changed files with 86 additions and 56 deletions
|
@ -3,6 +3,7 @@ set(SOURCES
|
|||
Bytecode/ASTCodegen.cpp
|
||||
Bytecode/BasicBlock.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