Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling 7654da3851 LibJS/Bytecode: Do basic compare-and-jump peephole optimization vor 1 Jahr
  Andreas Kling 6873628317 LibJS/Bytecode: Make NewArray a variable-length instruction vor 1 Jahr
  Andreas Kling cea59b6642 LibJS/Bytecode: Reuse bytecode registers vor 1 Jahr
  Hendiadyoin1 af94e4c05d LibJS: Save and restore exceptions on yields in finalizers vor 1 Jahr
  Andreas Kling 68507b7e55 LibJS/Bytecode: Store SetLocal's local index as a u32 vor 1 Jahr
  Andreas Kling e43d96f310 LibJS/Bytecode: Remove Instruction::m_length field vor 1 Jahr
  Andreas Kling ce93000757 LibJS/Bytecode: Unroll the bytecode interpreter vor 1 Jahr
  Andreas Kling fae1527a18 LibJS/Bytecode: Turn JumpIf condition,@a,@next into JumpTrue/JumpFalse vor 1 Jahr
  Andreas Kling f6aee2b9e8 LibJS/Bytecode: Flatten bytecode to a contiguous representation vor 1 Jahr
  Andreas Kling c2d3d9d1d4 LibJS/Bytecode: Make each Jump instruction inherit Instruction directly vor 1 Jahr
  Hendiadyoin1 ada5027163 LibJS: Cleanup unwind state when transferring control out of a finalizer vor 1 Jahr
  Hendiadyoin1 b4b9c4b383 LibJS: Restore scheduled jumps in catch blocks without finalizers vor 1 Jahr
  Timothy Flynn 22fdcfbc50 LibJS: Include identifier information in nullish property write access vor 1 Jahr
  Timothy Flynn 9bbd3103a8 LibJS: Include identifier information in nullish property read access vor 1 Jahr
  Andreas Kling 5b69413c4b Revert "LibJS/Bytecode: Bring back the bytecode optimization pipeline" vor 1 Jahr
  Andreas Kling cf81bf48c6 Revert "LibJS/Bytecode: Add peephole optimization pass and fuse compare+jump" vor 1 Jahr
  Andreas Kling c4a0afbe28 Revert "LibJS/Bytecode: Fuse [Not, JumpIf] instructions into JumpIfNot" vor 1 Jahr
  Andreas Kling a5e1e66abc LibJS/Bytecode: Add fast path for LeftShift with Int32 operands vor 1 Jahr
  Andreas Kling 795149e585 LibJS/Bytecode: Fuse [Not, JumpIf] instructions into JumpIfNot vor 1 Jahr
  Andreas Kling 4438ec481c LibJS/Bytecode: Add peephole optimization pass and fuse compare+jump vor 1 Jahr
  Andreas Kling 5b29974bfa LibJS/Bytecode: Bring back the bytecode optimization pipeline vor 1 Jahr
  Andreas Kling 60a555e364 LibJS/Bytecode: Make NewPrimitiveArray a variable-length instruction vor 1 Jahr
  Andreas Kling 5813df21c8 LibJS/Bytecode: Make primitive bigints be constants vor 1 Jahr
  Andreas Kling 46d209c55b LibJS/Bytecode: Make primitive strings be constants vor 1 Jahr
  Andreas Kling 9a0a5a79f4 LibJS/Bytecode: Put arguments directly in the Call instruction vor 1 Jahr
  Andreas Kling da107ec9fb LibJS/Bytecode: Add fast paths for many binary expression instructions vor 1 Jahr
  Andreas Kling 9d9b737a58 LibJS/Bytecode: Dedicated instructions for postfix increment/decrement vor 1 Jahr
  Andreas Kling e46b217e42 LibJS/Bytecode: Move to a new bytecode format vor 1 Jahr
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String vor 1 Jahr
  Andreas Kling 350e6c54d7 LibJS: Remove dedicated iterator result instructions in favor of GetById vor 1 Jahr