Andreas Kling c1dbde72e9 LibJS/Bytecode: Don't fuse unrelated compare and jump in peephole pass 1 年之前
..
Pass c1dbde72e9 LibJS/Bytecode: Don't fuse unrelated compare and jump in peephole pass 1 年之前
ASTCodegen.cpp 0f8c6dc9ad LibJS/Bytecode: Always evaluate LHS first in assignment expressions 1 年之前
BasicBlock.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 年之前
BasicBlock.h 4438ec481c LibJS/Bytecode: Add peephole optimization pass and fuse compare+jump 1 年之前
Builtins.cpp 86b85aa68b LibJS: Introduce Builtins 1 年之前
Builtins.h afeb551d57 LibJS/JIT: Add builtin for Math.exp() 1 年之前
CodeGenerationError.cpp 93ad25fbe5 LibJS: Add to_string definitions to CodeGenerationError and ParserError 2 年之前
CodeGenerationError.h 1400a85fae LibJS: Remove unused CodeGenerationError::to_deprecated_string 2 年之前
CommonImplementations.h 8e04791480 LibJS/Bytecode: Combine has_index() and get() in GetByVal and PutByVal 1 年之前
Executable.cpp 46d209c55b LibJS/Bytecode: Make primitive strings be constants 1 年之前
Executable.h 46d209c55b LibJS/Bytecode: Make primitive strings be constants 1 年之前
Generator.cpp 0f8c6dc9ad LibJS/Bytecode: Always evaluate LHS first in assignment expressions 1 年之前
Generator.h 5b29974bfa LibJS/Bytecode: Bring back the bytecode optimization pipeline 1 年之前
IdentifierTable.cpp feef542c73 LibJS: Don't worry about deduplicating bytecode string tables 1 年之前
IdentifierTable.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 年之前
Instruction.cpp 5b29974bfa LibJS/Bytecode: Bring back the bytecode optimization pipeline 1 年之前
Instruction.h 795149e585 LibJS/Bytecode: Fuse [Not, JumpIf] instructions into JumpIfNot 1 年之前
Interpreter.cpp 17c1f742a9 LibJS/Bytecode: Increase coverage of left/shift expression fast paths 1 年之前
Interpreter.h 5b29974bfa LibJS/Bytecode: Bring back the bytecode optimization pipeline 1 年之前
Label.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
Op.h a5e1e66abc LibJS/Bytecode: Add fast path for LeftShift with Int32 operands 1 年之前
Operand.h 3466771492 LibJS/Bytecode: Add Bytecode::Operand 1 年之前
PassManager.h 4438ec481c LibJS/Bytecode: Add peephole optimization pass and fuse compare+jump 1 年之前
RegexTable.cpp c0f985ffcf LibJS/Bytecode: Don't reparse regular expressions on instantiation 2 年之前
RegexTable.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 年之前
Register.h 58e2fe895c LibJS: Stash thrown exception in a register before executing finalizer 1 年之前
StringTable.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 年之前
StringTable.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 年之前