Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling 9cbf17f181 LibJS/Bytecode: Emit `do...while` body before test in codegen vor 1 Jahr
  Andreas Kling 95759dcc6d LibJS/Bytecode: Put end block last in `for` statement codegen vor 1 Jahr
  Andreas Kling f3d57db774 LibJS/Bytecode: Stop emitting unnecessary jump at end of `for` statement vor 1 Jahr
  Andreas Kling 69cc64e94c LibJS/Bytecode: Emit `for` condition check before update statement 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
  Hendiadyoin1 301a1fc763 LibJS: Propagate finalizers into nested try-catch blocks without them vor 1 Jahr
  Andreas Kling b92839fad9 LibJS: Fix bug where argument++ happened before call 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 0f8c6dc9ad LibJS/Bytecode: Always evaluate LHS first in assignment expressions 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 bc21ed151e LibJS/Bytecode: Handle awkward initialization case for duplicate `var` vor 1 Jahr
  Dan Klishch 78491204d9 LibJS: Don't use null DFS for break/continue statements without a label vor 1 Jahr
  Andreas Kling 6402ad29a6 LibJS/Bytecode: Don't clobber dst when assigning from object expression vor 1 Jahr
  Andreas Kling 9a0a5a79f4 LibJS/Bytecode: Put arguments directly in the Call instruction 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 7f1a62a1d3 LibJS/Bytecode: Add Operand in/out to all the bytecode codegen helpers vor 1 Jahr
  Tim Ledbetter 48a3a02238 LibCrypto: Make constructing a BigInteger from string fallible 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 c9f0f0fc70 LibJS: Elide empty lexical environment in for..in/of blocks vor 1 Jahr
  Stephan Vedder 84eecbb10e LibJS/JIT: Add fastpath for set variable vor 1 Jahr
  Idan Horowitz f19349e1b6 LibJS: Instantiate primitive array expressions using a single operation vor 1 Jahr