Историја ревизија

Аутор SHA1 Порука Датум
  Aliaksandr Kalenik 6fb1d9e516 LibJS: Stop using execute_ast_node() for class property evaluation пре 1 година
  Aliaksandr Kalenik 3d4b13a01c LibJS: Ensure capacity for created lexical and variable environments пре 1 година
  Aliaksandr Kalenik a4f70986a0 LibJS: Emit bytecode for function declaration instantiation пре 1 година
  Andreas Kling 7bdc207d81 LibJS/Bytecode: Make execute_impl() return void for non-throwing ops пре 1 година
  Andreas Kling 353e635535 LibJS/Bytecode: Grab at ThrowCompletionOr errors directly пре 1 година
  Andreas Kling ae11a4de1c LibJS: Remove unused `target` field from Completion пре 1 година
  Andreas Kling a77c6e15f4 LibJS/Bytecode: Streamline return/yield flow a bit in the interpreter пре 1 година
  Andreas Kling 3e1a6fca91 LibJS/Bytecode: Remove exception checks from Return/Await/Yield пре 1 година
  Andreas Kling 8eccfdb98c LibJS/Bytecode: Cache a base pointer to executable constants пре 1 година
  Andreas Kling 810a297626 LibJS/Bytecode: Remove Instruction::execute() пре 1 година
  Andreas Kling e37feaa196 LibJS/Bytecode: Skip unnecessary exception checks in interpreter пре 1 година
  Andreas Kling 7654da3851 LibJS/Bytecode: Do basic compare-and-jump peephole optimization пре 1 година
  Andreas Kling 6873628317 LibJS/Bytecode: Make NewArray a variable-length instruction пре 1 година
  Andreas Kling a020a0779d LibJS/Bytecode: Do a stack check when entering run_bytecode() пре 1 година
  Andreas Kling 7b93b8cea7 LibJS/Bytecode: Flatten the interpreter main loop (Clang only) пре 1 година
  Andreas Kling f4af056aa9 LibJS/Bytecode: Thread the bytecode interpreter пре 1 година
  Andreas Kling b45f55b199 LibJS/Bytecode: Fix wonky serialization of instruction value lists пре 1 година
  Andreas Kling ce93000757 LibJS/Bytecode: Unroll the bytecode interpreter пре 1 година
  Andreas Kling fae1527a18 LibJS/Bytecode: Turn JumpIf condition,@a,@next into JumpTrue/JumpFalse пре 1 година
  Andreas Kling 37d722f4a6 LibJS/Bytecode: Make IdentifierTableIndex a 32-bit index пре 1 година
  Andreas Kling f6aee2b9e8 LibJS/Bytecode: Flatten bytecode to a contiguous representation пре 1 година
  Andreas Kling c2d3d9d1d4 LibJS/Bytecode: Make each Jump instruction inherit Instruction directly пре 1 година
  Andreas Kling 5cb127819c LibJS: Fix build after merging CallFrame removal and finally fixes пре 1 година
  Hendiadyoin1 ada5027163 LibJS: Cleanup unwind state when transferring control out of a finalizer пре 1 година
  Hendiadyoin1 27b238d9af LibJS: Stop swallowing exceptions in finalizers пре 1 година
  Hendiadyoin1 b4b9c4b383 LibJS: Restore scheduled jumps in catch blocks without finalizers пре 1 година
  Aliaksandr Kalenik 865e651a7d LibJS: Merge CallFrame into ExecutionContext пре 1 година
  Matthew Olsson 8b8ada292e LibJS: Fix some GCVerifier warnings пре 1 година
  Timothy Flynn 22fdcfbc50 LibJS: Include identifier information in nullish property write access пре 1 година
  Timothy Flynn 9bbd3103a8 LibJS: Include identifier information in nullish property read access пре 1 година