Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling ae11a4de1c LibJS: Remove unused `target` field from Completion há 1 ano atrás
  Andreas Kling a77c6e15f4 LibJS/Bytecode: Streamline return/yield flow a bit in the interpreter há 1 ano atrás
  Andreas Kling 3e1a6fca91 LibJS/Bytecode: Remove exception checks from Return/Await/Yield há 1 ano atrás
  Andreas Kling 8eccfdb98c LibJS/Bytecode: Cache a base pointer to executable constants há 1 ano atrás
  Andreas Kling 810a297626 LibJS/Bytecode: Remove Instruction::execute() há 1 ano atrás
  Andreas Kling e37feaa196 LibJS/Bytecode: Skip unnecessary exception checks in interpreter há 1 ano atrás
  Andreas Kling 7654da3851 LibJS/Bytecode: Do basic compare-and-jump peephole optimization há 1 ano atrás
  Andreas Kling 6873628317 LibJS/Bytecode: Make NewArray a variable-length instruction há 1 ano atrás
  Andreas Kling a020a0779d LibJS/Bytecode: Do a stack check when entering run_bytecode() há 1 ano atrás
  Andreas Kling 7b93b8cea7 LibJS/Bytecode: Flatten the interpreter main loop (Clang only) há 1 ano atrás
  Andreas Kling f4af056aa9 LibJS/Bytecode: Thread the bytecode interpreter há 1 ano atrás
  Andreas Kling b45f55b199 LibJS/Bytecode: Fix wonky serialization of instruction value lists há 1 ano atrás
  Andreas Kling ce93000757 LibJS/Bytecode: Unroll the bytecode interpreter há 1 ano atrás
  Andreas Kling fae1527a18 LibJS/Bytecode: Turn JumpIf condition,@a,@next into JumpTrue/JumpFalse há 1 ano atrás
  Andreas Kling 37d722f4a6 LibJS/Bytecode: Make IdentifierTableIndex a 32-bit index há 1 ano atrás
  Andreas Kling f6aee2b9e8 LibJS/Bytecode: Flatten bytecode to a contiguous representation há 1 ano atrás
  Andreas Kling c2d3d9d1d4 LibJS/Bytecode: Make each Jump instruction inherit Instruction directly há 1 ano atrás
  Andreas Kling 5cb127819c LibJS: Fix build after merging CallFrame removal and finally fixes há 1 ano atrás
  Hendiadyoin1 ada5027163 LibJS: Cleanup unwind state when transferring control out of a finalizer há 1 ano atrás
  Hendiadyoin1 27b238d9af LibJS: Stop swallowing exceptions in finalizers há 1 ano atrás
  Hendiadyoin1 b4b9c4b383 LibJS: Restore scheduled jumps in catch blocks without finalizers há 1 ano atrás
  Aliaksandr Kalenik 865e651a7d LibJS: Merge CallFrame into ExecutionContext há 1 ano atrás
  Matthew Olsson 8b8ada292e LibJS: Fix some GCVerifier warnings há 1 ano atrás
  Timothy Flynn 22fdcfbc50 LibJS: Include identifier information in nullish property write access há 1 ano atrás
  Timothy Flynn 9bbd3103a8 LibJS: Include identifier information in nullish property read access há 1 ano atrás
  Andreas Kling 5b69413c4b Revert "LibJS/Bytecode: Bring back the bytecode optimization pipeline" há 1 ano atrás
  Andreas Kling cf81bf48c6 Revert "LibJS/Bytecode: Add peephole optimization pass and fuse compare+jump" há 1 ano atrás
  Andreas Kling c4a0afbe28 Revert "LibJS/Bytecode: Fuse [Not, JumpIf] instructions into JumpIfNot" há 1 ano atrás
  Andreas Kling 17c1f742a9 LibJS/Bytecode: Increase coverage of left/shift expression fast paths há 1 ano atrás
  Andreas Kling a5e1e66abc LibJS/Bytecode: Add fast path for LeftShift with Int32 operands há 1 ano atrás