Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 5b69413c4b Revert "LibJS/Bytecode: Bring back the bytecode optimization pipeline" il y a 1 an
  Andreas Kling 0f8c6dc9ad LibJS/Bytecode: Always evaluate LHS first in assignment expressions il y a 1 an
  Andreas Kling 5b29974bfa LibJS/Bytecode: Bring back the bytecode optimization pipeline il y a 1 an
  Andreas Kling 60a555e364 LibJS/Bytecode: Make NewPrimitiveArray a variable-length instruction il y a 1 an
  Andreas Kling 5813df21c8 LibJS/Bytecode: Make primitive bigints be constants il y a 1 an
  Andreas Kling 46d209c55b LibJS/Bytecode: Make primitive strings be constants il y a 1 an
  Andreas Kling bc21ed151e LibJS/Bytecode: Handle awkward initialization case for duplicate `var` il y a 1 an
  Dan Klishch 78491204d9 LibJS: Don't use null DFS for break/continue statements without a label il y a 1 an
  Andreas Kling 6402ad29a6 LibJS/Bytecode: Don't clobber dst when assigning from object expression il y a 1 an
  Andreas Kling 9a0a5a79f4 LibJS/Bytecode: Put arguments directly in the Call instruction il y a 1 an
  Andreas Kling 9d9b737a58 LibJS/Bytecode: Dedicated instructions for postfix increment/decrement il y a 1 an
  Andreas Kling e46b217e42 LibJS/Bytecode: Move to a new bytecode format il y a 1 an
  Andreas Kling 7f1a62a1d3 LibJS/Bytecode: Add Operand in/out to all the bytecode codegen helpers il y a 1 an
  Tim Ledbetter 48a3a02238 LibCrypto: Make constructing a BigInteger from string fallible il y a 1 an
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
  Andreas Kling 350e6c54d7 LibJS: Remove dedicated iterator result instructions in favor of GetById il y a 1 an
  Andreas Kling 4699c81fc1 LibJS: Stop converting between Object <-> IteratorRecord all the time il y a 1 an
  Andreas Kling c9f0f0fc70 LibJS: Elide empty lexical environment in for..in/of blocks il y a 1 an
  Stephan Vedder 84eecbb10e LibJS/JIT: Add fastpath for set variable il y a 1 an
  Idan Horowitz f19349e1b6 LibJS: Instantiate primitive array expressions using a single operation il y a 1 an
  Simon Wanner 86b85aa68b LibJS: Introduce Builtins il y a 1 an
  Andreas Kling cfdb8a2756 LibJS/JIT: Update "unwind context" stack in JIT code il y a 1 an
  Andreas Kling 298dfa96a4 LibJS: Remove unused members from EnterUnwindContext instruction il y a 1 an
  Andreas Kling b1b2ca1485 LibJS: Add basic monomorphic caching for PutById property access il y a 1 an
  Todderod bb9230bbcd LibJS: Remove redundant Store op il y a 1 an
  Simon Wanner b9c9315bcb LibJS: Assign getter/setter function names as early as possible il y a 1 an
  Hendiadyoin1 73f347b75c LibJS: Create static unwind mappings for `BasicBlock`s il y a 1 an
  Andreas Kling 2e23f00a2f LibJS/Bytecode: Move environment coordinate caches to Executable il y a 1 an
  Andreas Kling 732b39d120 LibJS: Don't evaluate computed MemberExpression LHS twice in assignments il y a 1 an
  Andreas Kling 887183cad6 LibJS: Remove last user of Op::Jump::set_targets() and API itself il y a 1 an