Historial de Commits

Autor SHA1 Mensaje Fecha
  Idan Horowitz aaa81cd3b9 Revert "LibJS/JIT: Clear exception before executing finalizer" hace 1 año
  Andreas Kling 24fb009cf5 LibJS+LibJIT: Add fast path for Int32 * Int32 hace 1 año
  Andreas Kling 0aeb83b03f LibJS+LibJIT: Add fast path for Int32 ^ Int32 hace 1 año
  Andreas Kling 3a5c177025 LibJS/JIT: Add fast path for Int32 | Int32 hace 1 año
  Andreas Kling 82635083dc LibJS/JIT: Add fast path for Int32 & Int32 hace 1 año
  Andreas Kling 17ae6edd8e LibJS+LibJIT: Add fast path for Int32 - Int32 hace 1 año
  Simon Wanner c810d4784e LibJS/JIT: Compile the Await instruction hace 1 año
  Simon Wanner 4671520c0a LibJS/JIT: Compile the Yield instruction hace 1 año
  Simon Wanner e400682fb1 LibJS/JIT: Support alternative entry point blocks hace 1 año
  Idan Horowitz 38f3b78a1d LibJS: Store the bytecode accumulator in a dedicated physical register hace 1 año
  Simon Wanner 112eadc863 LibJS/JIT: Annotate disassembly with bytecode information hace 1 año
  Simon Wanner 9f78e56823 LibJS/JIT: Record machine code location to bytecode location mapping hace 1 año
  Simon Wanner 0daebef727 LibJS/JIT: Clear exception before executing finalizer hace 1 año
  Simon Wanner bd62c4763c LibJS/JIT: Flip saved_return_value condition in ContinuePendingUnwind hace 1 año
  Simon Wanner 82c057391e LibJS/JIT: Handle uninitialized bindings in GetLocal hace 1 año
  Simon Wanner 5b2c0dfec0 LibJS/JIT: Return result of SuperCallWithArgumentArray hace 1 año
  Evgeniy Baskov da45bd3fde LibJS/JIT: Implement static exception handling hace 1 año
  Andreas Kling 0c6d094a7e LibJS/JIT: Stop logging JIT success by default (but still log failure) hace 1 año
  Zaggy1024 dfaf645302 LibJS: Add an inline JIT fast path when `ToNumeric` has nothing to do hace 1 año
  Simon Wanner a2b0154661 LibJS/JIT: Compile the AsyncIteratorClose instruction hace 1 año
  Simon Wanner ac59e982a9 LibJS/JIT: Compile the CopyObjectExcludingProperties instruction hace 1 año
  Simon Wanner 9494fbe670 LibJS/JIT: Compile the PutByValueWithThis instruction hace 1 año
  Simon Wanner 847889343f LibJS/JIT: Compile the New##ErrorName instructions hace 1 año
  Simon Wanner fd059d4e4a LibJS/JIT: Compile the JumpUndefined instruction hace 1 año
  Simon Wanner a16082c6a5 LibJS/JIT: Compile the HasPrivateId instruction hace 1 año
  Simon Wanner 712c89dacf LibJS/JIT: Compile the GetNewTarget instruction hace 1 año
  Simon Wanner 19045d6431 LibJS/JIT: Compile the GetMethod instruction hace 1 año
  Simon Wanner 06ea4cfc4f LibJS/JIT: Compile the DeleteVariable instruction hace 1 año
  Simon Wanner cd18bc9d55 LibJS/JIT: Compile the GetImportMeta instruction hace 1 año
  Simon Wanner c0c40110c1 LibJS/JIT: Compile the ImportCall instruction hace 1 año