Luke Wilde 1fc6bbcdc3 LibJS: Stop generating switch case statements on block termination 3 년 전
..
Pass 0b8d2fb62f LibJS/Bytecode: Replace merged block references before copying them 3 년 전
ASTCodegen.cpp 1fc6bbcdc3 LibJS: Stop generating switch case statements on block termination 3 년 전
BasicBlock.cpp d203a86900 LibJS: Always inline the bytecode instruction iterator's operator++ 3 년 전
BasicBlock.h d203a86900 LibJS: Always inline the bytecode instruction iterator's operator++ 3 년 전
CodeGenerationError.h 75aa900b83 LibJS: Make ASTNode::generate_bytecode() fallible 3 년 전
Executable.cpp da98212001 LibJS: Add a separate "identifier table" to bytecode executables 3 년 전
Executable.h da98212001 LibJS: Add a separate "identifier table" to bytecode executables 3 년 전
Generator.cpp 858bcac4c7 LibJS/Bytecode: Unwind environments before block terminating instruction 3 년 전
Generator.h 9f4cc6435d LibJS/Bytecode: Unwind to closest unwind boundary on Throw 3 년 전
IdentifierTable.cpp da98212001 LibJS: Add a separate "identifier table" to bytecode executables 3 년 전
IdentifierTable.h da98212001 LibJS: Add a separate "identifier table" to bytecode executables 3 년 전
Instruction.cpp a8ccc9580d LibJS: Move Instruction::length() to the Op.h header 4 년 전
Instruction.h 2000251333 LibJS: Implement bytecode generation for WithStatement 3 년 전
Interpreter.cpp ada8880f58 LibJS: Leave unwind context if it has no finalizer when using handler 3 년 전
Interpreter.h 1bbfaf8627 LibJS: More properly implement scoping rules in bytecode codegen 3 년 전
Label.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 년 전
Op.cpp a37bee919a LibJS: Use ranges instead of specifying all registers for NewArray 3 년 전
Op.h a37bee919a LibJS: Use ranges instead of specifying all registers for NewArray 3 년 전
PassManager.h 1414c7b049 LibJS: Add a basic pass manager and add some basic passes 4 년 전
Register.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 년 전
StringTable.cpp 13f04e37e5 LibJS: Use String and move semantics in Bytecode::StringTable 3 년 전
StringTable.h 13f04e37e5 LibJS: Use String and move semantics in Bytecode::StringTable 3 년 전