Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 9a0a5a79f4 LibJS/Bytecode: Put arguments directly in the Call instruction há 1 ano atrás
  Andreas Kling 9d9b737a58 LibJS/Bytecode: Dedicated instructions for postfix increment/decrement há 1 ano atrás
  Andreas Kling e46b217e42 LibJS/Bytecode: Move to a new bytecode format há 1 ano atrás
  Andreas Kling 7f1a62a1d3 LibJS/Bytecode: Add Operand in/out to all the bytecode codegen helpers há 1 ano atrás
  Tim Ledbetter 48a3a02238 LibCrypto: Make constructing a BigInteger from string fallible há 1 ano atrás
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String há 1 ano atrás
  Andreas Kling 350e6c54d7 LibJS: Remove dedicated iterator result instructions in favor of GetById há 1 ano atrás
  Andreas Kling 4699c81fc1 LibJS: Stop converting between Object <-> IteratorRecord all the time há 1 ano atrás
  Andreas Kling c9f0f0fc70 LibJS: Elide empty lexical environment in for..in/of blocks há 1 ano atrás
  Stephan Vedder 84eecbb10e LibJS/JIT: Add fastpath for set variable há 1 ano atrás
  Idan Horowitz f19349e1b6 LibJS: Instantiate primitive array expressions using a single operation há 1 ano atrás
  Simon Wanner 86b85aa68b LibJS: Introduce Builtins há 1 ano atrás
  Andreas Kling cfdb8a2756 LibJS/JIT: Update "unwind context" stack in JIT code há 1 ano atrás
  Andreas Kling 298dfa96a4 LibJS: Remove unused members from EnterUnwindContext instruction há 1 ano atrás
  Andreas Kling b1b2ca1485 LibJS: Add basic monomorphic caching for PutById property access há 1 ano atrás
  Todderod bb9230bbcd LibJS: Remove redundant Store op há 1 ano atrás
  Simon Wanner b9c9315bcb LibJS: Assign getter/setter function names as early as possible há 1 ano atrás
  Hendiadyoin1 73f347b75c LibJS: Create static unwind mappings for `BasicBlock`s há 1 ano atrás
  Andreas Kling 2e23f00a2f LibJS/Bytecode: Move environment coordinate caches to Executable há 1 ano atrás
  Andreas Kling 732b39d120 LibJS: Don't evaluate computed MemberExpression LHS twice in assignments há 1 ano atrás
  Andreas Kling 887183cad6 LibJS: Remove last user of Op::Jump::set_targets() and API itself há 1 ano atrás
  Andreas Kling bdd21cf9db LibJS: Remove almost all uses of Op::Jump::set_targets() há 1 ano atrás
  Andreas Kling 4f488f7e07 LibJS: Avoid creating empty environment for `catch` without parameter há 1 ano atrás
  Shannon Booth 30ab198b40 LibJS: Create const variables in ForIn/OfBodyEvaluation in strict mode há 1 ano atrás
  Andreas Kling 1c06111cbd LibJS: Add file & line number to bytecode VM stack traces :^) há 1 ano atrás
  Luke Wilde ae7a0c43a9 LibJS: Implement await properly for async functions há 1 ano atrás
  Andreas Kling e91bdedc93 LibJS: Use correct `this` value when callee is a `with` binding há 1 ano atrás
  Timothy Flynn 1760361304 LibJS: Make GetIterator's hint parameter required há 2 anos atrás
  Luke Wilde d1cb78c411 LibJS/Bytecode: Implement async generators há 2 anos atrás
  Gabriel Dinner-David d29bd55b48 LibJS: Implement import.meta for bytecode há 2 anos atrás