mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:17:35 +00:00
LibJS: Introduce Builtins
Builtins are functions that can be detected during bytecode generation and enable fast-paths in the JIT.
This commit is contained in:
parent
b9141d85d8
commit
86b85aa68b
13 changed files with 191 additions and 4 deletions
|
@ -25,6 +25,7 @@ shared_library("LibJS") {
|
|||
"AST.cpp",
|
||||
"Bytecode/ASTCodegen.cpp",
|
||||
"Bytecode/BasicBlock.cpp",
|
||||
"Bytecode/Builtins.cpp",
|
||||
"Bytecode/CodeGenerationError.cpp",
|
||||
"Bytecode/CommonImplementations.cpp",
|
||||
"Bytecode/Executable.cpp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue