This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-05-13 06:40:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ae1ac9871bdccb71af4d3f8ee9c4550aa9f34e45
ladybird
/
Userland
/
Libraries
/
LibJS
/
Bytecode
History
Andreas Kling
ae1ac9871b
LibJS: Move all bytecode instruction implementations to Interpreter.cpp
...
This allows aggressive inlining without LTO.
2023-09-28 06:09:16 +02:00
..
ASTCodegen.cpp
LibJS: Avoid creating empty environment for
catch
without parameter
2023-09-25 19:47:24 +02:00
BasicBlock.cpp
…
BasicBlock.h
…
CodeGenerationError.cpp
…
CodeGenerationError.h
…
Executable.cpp
…
Executable.h
…
Generator.cpp
…
Generator.h
LibJS: Keep cached
this
value in a call frame register
2023-09-28 06:09:16 +02:00
IdentifierTable.cpp
…
IdentifierTable.h
…
Instruction.cpp
…
Instruction.h
LibJS: Streamline InstructionStreamIterator
2023-09-28 06:09:16 +02:00
Interpreter.cpp
LibJS: Move all bytecode instruction implementations to Interpreter.cpp
2023-09-28 06:09:16 +02:00
Interpreter.h
LibJS: Inline flow control ops in the bytecode interpreter loop
2023-09-28 06:09:16 +02:00
Label.h
…
Op.h
LibJS: Remove unused SetVariable::InitializationMode::InitializeOrSet
2023-09-26 09:38:32 +02:00
RegexTable.cpp
…
RegexTable.h
…
Register.h
LibJS: Keep return value in a call frame register
2023-09-28 06:09:16 +02:00
StringTable.cpp
…
StringTable.h
…