Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling e37feaa196 LibJS/Bytecode: Skip unnecessary exception checks in interpreter hace 1 año
  Andreas Kling 7654da3851 LibJS/Bytecode: Do basic compare-and-jump peephole optimization hace 1 año
  Andreas Kling 6873628317 LibJS/Bytecode: Make NewArray a variable-length instruction hace 1 año
  Andreas Kling a020a0779d LibJS/Bytecode: Do a stack check when entering run_bytecode() hace 1 año
  Andreas Kling 7b93b8cea7 LibJS/Bytecode: Flatten the interpreter main loop (Clang only) hace 1 año
  Andreas Kling f4af056aa9 LibJS/Bytecode: Thread the bytecode interpreter hace 1 año
  Andreas Kling b45f55b199 LibJS/Bytecode: Fix wonky serialization of instruction value lists hace 1 año
  Andreas Kling ce93000757 LibJS/Bytecode: Unroll the bytecode interpreter hace 1 año
  Andreas Kling fae1527a18 LibJS/Bytecode: Turn JumpIf condition,@a,@next into JumpTrue/JumpFalse hace 1 año
  Andreas Kling 37d722f4a6 LibJS/Bytecode: Make IdentifierTableIndex a 32-bit index hace 1 año
  Andreas Kling f6aee2b9e8 LibJS/Bytecode: Flatten bytecode to a contiguous representation hace 1 año
  Andreas Kling c2d3d9d1d4 LibJS/Bytecode: Make each Jump instruction inherit Instruction directly hace 1 año
  Andreas Kling 5cb127819c LibJS: Fix build after merging CallFrame removal and finally fixes hace 1 año
  Hendiadyoin1 ada5027163 LibJS: Cleanup unwind state when transferring control out of a finalizer hace 1 año
  Hendiadyoin1 27b238d9af LibJS: Stop swallowing exceptions in finalizers hace 1 año
  Hendiadyoin1 b4b9c4b383 LibJS: Restore scheduled jumps in catch blocks without finalizers hace 1 año
  Aliaksandr Kalenik 865e651a7d LibJS: Merge CallFrame into ExecutionContext hace 1 año
  Matthew Olsson 8b8ada292e LibJS: Fix some GCVerifier warnings hace 1 año
  Timothy Flynn 22fdcfbc50 LibJS: Include identifier information in nullish property write access hace 1 año
  Timothy Flynn 9bbd3103a8 LibJS: Include identifier information in nullish property read access hace 1 año
  Andreas Kling 5b69413c4b Revert "LibJS/Bytecode: Bring back the bytecode optimization pipeline" hace 1 año
  Andreas Kling cf81bf48c6 Revert "LibJS/Bytecode: Add peephole optimization pass and fuse compare+jump" hace 1 año
  Andreas Kling c4a0afbe28 Revert "LibJS/Bytecode: Fuse [Not, JumpIf] instructions into JumpIfNot" hace 1 año
  Andreas Kling 17c1f742a9 LibJS/Bytecode: Increase coverage of left/shift expression fast paths hace 1 año
  Andreas Kling a5e1e66abc LibJS/Bytecode: Add fast path for LeftShift with Int32 operands hace 1 año
  Andreas Kling 55e9df4954 LibJS/Bytecode: Add fast paths for equality checks with same-tag values hace 1 año
  Andreas Kling 795149e585 LibJS/Bytecode: Fuse [Not, JumpIf] instructions into JumpIfNot hace 1 año
  Andreas Kling 4438ec481c LibJS/Bytecode: Add peephole optimization pass and fuse compare+jump hace 1 año
  Andreas Kling 5b29974bfa LibJS/Bytecode: Bring back the bytecode optimization pipeline hace 1 año
  Andreas Kling 60a555e364 LibJS/Bytecode: Make NewPrimitiveArray a variable-length instruction hace 1 año