Commit Verlauf

Autor SHA1 Nachricht Datum
  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 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 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 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
  Andreas Kling 3466771492 LibJS/Bytecode: Add Bytecode::Operand 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
  Andreas Kling 4699c81fc1 LibJS: Stop converting between Object <-> IteratorRecord all the time vor 1 Jahr
  Andreas Kling ecfcc9aef3 LibJS: Make Bytecode::Executable GC-allocated vor 1 Jahr
  Idan Horowitz f19349e1b6 LibJS: Instantiate primitive array expressions using a single operation vor 1 Jahr
  Andreas Kling cfdb8a2756 LibJS/JIT: Update "unwind context" stack in JIT code vor 1 Jahr
  Simon Wanner dd466ec83a LibJS/Bytecode: Remove the PushDeclarativeEnvironment instruction vor 1 Jahr
  Simon Wanner fb7b4b9c59 LibJS/JIT: Provide source location information for JIT code vor 1 Jahr
  Andreas Kling c14db6ab12 LibJS: Make Executable ref-counted and let instruction iterator co-own it vor 1 Jahr
  Andreas Kling 031ec98803 LibJS: Streamline InstructionStreamIterator vor 1 Jahr
  Andreas Kling 3d5cd23393 LibJS: Remove unused Instruction::is_terminator() vor 1 Jahr
  Andreas Kling a7c1af08ca LibJS: Store bytecode instruction length in instruction itself vor 1 Jahr
  Andreas Kling 1c06111cbd LibJS: Add file & line number to bytecode VM stack traces :^) vor 1 Jahr
  Andreas Kling e91bdedc93 LibJS: Use correct `this` value when callee is a `with` binding vor 2 Jahren
  Timothy Flynn 77d7f715e3 LibJS+CI: Remove bytecode optimization passes for now vor 2 Jahren
  Luke Wilde d66eb4e3ba LibJS/Bytecode: Add Await and AsyncIteratorClose instructions vor 2 Jahren
  Gabriel Dinner-David d29bd55b48 LibJS: Implement import.meta for bytecode vor 2 Jahren
  Aliaksandr Kalenik 3661d674ae LibJS: Add optimized GetGlobal instruction to access global variables vor 2 Jahren
  Timothy Flynn 23daf5097b LibJS/Bytecode: Generate bytecode for deleting super properties vor 2 Jahren