ladybird/Libraries/LibJS/Bytecode
Andreas Kling 5f12b2a05d
Some checks are pending
CI / Lagom (arm64, Sanitizer_CI, false, macos-15, macOS, Clang) (push) Waiting to run
CI / Lagom (x86_64, Fuzzers_CI, false, ubuntu-24.04, Linux, Clang) (push) Waiting to run
CI / Lagom (x86_64, Sanitizer_CI, false, ubuntu-24.04, Linux, GNU) (push) Waiting to run
CI / Lagom (x86_64, Sanitizer_CI, true, ubuntu-24.04, Linux, Clang) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (macos-14, macOS, macOS-universal2) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (ubuntu-24.04, Linux, Linux-x86_64) (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
LibJS: Make IteratorRecord inherit from Cell, not Object
This shaves its size down from 104 bytes to 48 bytes, cutting GC
pressure caused by this type in more than half.
2025-03-22 16:59:44 -05:00
..
ASTCodegen.cpp LibJS: Mark locals as outside TDZ immediately after initializing 2025-03-21 00:58:34 +01:00
BasicBlock.cpp
BasicBlock.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Builtins.cpp
Builtins.h
CodeGenerationError.cpp
CodeGenerationError.h
Executable.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Executable.h LibJS: Let GetGlobal cache module environment lookups when possible 2025-03-20 12:51:21 -05:00
Generator.cpp LibJS: Elide empty variable environment for default parameters 2025-03-21 00:58:34 +01:00
Generator.h LibGC: Rename MarkedVector => RootVector 2024-12-26 19:10:44 +01:00
IdentifierTable.cpp
IdentifierTable.h
Instruction.cpp
Instruction.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Interpreter.cpp LibJS: Make IteratorRecord inherit from Cell, not Object 2025-03-22 16:59:44 -05:00
Interpreter.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Label.cpp
Label.h
Op.h
Operand.h
RegexTable.cpp
RegexTable.h
Register.h
ScopedOperand.cpp
ScopedOperand.h
StringTable.cpp
StringTable.h