Историја ревизија

Аутор SHA1 Порука Датум
  Andreas Kling 8447544e17 LibJS/JIT: Add builtin for Math.round() пре 1 година
  Andreas Kling c2ff238467 LibJS/JIT: Add builtin for Math.ceil() пре 1 година
  Andreas Kling 08590adf40 LibJS/JIT: Add builtin for Math.floor() пре 1 година
  Andreas Kling 5e976d611e LibJS/JIT: Add builtin for Math.pow() пре 1 година
  Andreas Kling 94b634f029 LibJS/JIT: Add builtin for Math.sqrt() пре 1 година
  Andreas Kling 1d8a601f96 LibJS/JIT: Add builtin for Math.log() пре 1 година
  Andreas Kling 2372584b18 LibJS/JIT: Continue to outer `finally` before returning пре 1 година
  Stephan Vedder 84eecbb10e LibJS/JIT: Add fastpath for set variable пре 1 година
  Idan Horowitz f19349e1b6 LibJS: Instantiate primitive array expressions using a single operation пре 1 година
  Simon Wanner 6c8ab1ca0d LibJS/JIT: Add a builtin for Math.abs пре 1 година
  Simon Wanner 86b85aa68b LibJS: Introduce Builtins пре 1 година
  Stephan Vedder 32352aa729 LibJS/JIT: Add a fast path for floating point comparisons пре 1 година
  Bastiaan van der Plaat d3b3e49e19 LibJS/JIT: Use the x86_64 setcc instruction to remove a branch пре 1 година
  Stephan Vedder 9c63f9854b LibJS/JIT: Remove incorrect check for empty tag пре 1 година
  Andreas Kling e8c0cea5f9 LibJS/JIT: Use right shift to extract type tags in equality codegen пре 1 година
  iliadsh ad98834b50 LibJS/JIT: Add more equality fast paths пре 1 година
  iliadsh 671cbf6a5b LibJS/JIT: Add GetGlobal fast path пре 1 година
  iliadsh c739c931c1 LibJS/JIT: Add PutByValue fast path for simple array access пре 1 година
  Andreas Kling b532dedc91 LibJS/JIT: Add fast path for GetById of Array.length пре 1 година
  Andreas Kling e41f0d9dec LibJS/JIT: Add fast path for loose equality check between 2 objects пре 1 година
  Andreas Kling cb7169d73f LibJS/JIT: Support the EnterObjectEnvironment bytecode instruction пре 1 година
  Andreas Kling cfdb8a2756 LibJS/JIT: Update "unwind context" stack in JIT code пре 1 година
  Andreas Kling b6435ca280 LibJS: Unify bytecode instruction names with their helper names пре 1 година
  Idan Horowitz e58209e5cf LibJS: Skip an always-false branch in the JIT to_boolean slow case пре 1 година
  Andreas Kling 2520c46224 LibJS/JIT: Resolve the GetCalleeAndThisFromEnvironment cache at JIT time пре 1 година
  Simon Wanner a3399fa13a LibJS/JIT: Expand `Mul` fast path to double & i32 combinations пре 1 година
  Simon Wanner 867b8146cf LibJS/JIT: Expand `Sub` fast path to double & i32 combinations пре 1 година
  Simon Wanner 5edab2679c LibJS/JIT: Expand `Add` fast path to double & i32 combinations пре 1 година
  Simon Wanner d91b376393 LibJS/JIT: Add helper for generating combined i32 & double fastpaths пре 1 година
  iliadsh 94b47ff03b LibJS: Add GetByValue fast path for simple array access пре 1 година