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 da107ec9fb LibJS/Bytecode: Add fast paths for many binary expression instructions 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
  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
  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 b6435ca280 LibJS: Unify bytecode instruction names with their helper names há 1 ano atrás
  Andreas Kling b1b2ca1485 LibJS: Add basic monomorphic caching for PutById property access há 1 ano atrás
  Simon Wanner dd466ec83a LibJS/Bytecode: Remove the PushDeclarativeEnvironment instruction há 1 ano atrás
  Simon Wanner a2b0154661 LibJS/JIT: Compile the AsyncIteratorClose instruction há 1 ano atrás
  Simon Wanner ac59e982a9 LibJS/JIT: Compile the CopyObjectExcludingProperties instruction há 1 ano atrás
  Simon Wanner 9494fbe670 LibJS/JIT: Compile the PutByValueWithThis instruction há 1 ano atrás
  Simon Wanner 847889343f LibJS/JIT: Compile the New##ErrorName instructions há 1 ano atrás
  Simon Wanner a16082c6a5 LibJS/JIT: Compile the HasPrivateId instruction há 1 ano atrás
  Simon Wanner 19045d6431 LibJS/JIT: Compile the GetMethod instruction há 1 ano atrás
  Simon Wanner c0c40110c1 LibJS/JIT: Compile the ImportCall instruction há 1 ano atrás
  Simon Wanner ac43d3f6db LibJS/JIT: Compile the PutPrivateById instruction há 1 ano atrás
  Simon Wanner 81697549b7 LibJS/JIT: Compile the PutByIdWithThis instruction há 1 ano atrás
  Simon Wanner 38d5d7979b LibJS/JIT: Compile the DeleteByIdWithThis instruction há 1 ano atrás
  Simon Wanner b53277110e LibJS/JIT: Compile the GetByValueWithThis instruction há 1 ano atrás
  Simon Wanner 569ca57e22 LibJS/JIT: Compile the GetByIdWithThis instruction há 1 ano atrás
  Simon Wanner 4e9edb8c53 LibJS/JIT: Compile the GetPrivateById instruction há 1 ano atrás
  Jakub Berkop 6a7b9b85a4 LibJS/JIT: Compile the DeleteByValueWithThis instruction há 1 ano atrás
  Jakub Berkop 0776404e03 LibJS/JIT: Compile the DeleteByValue instruction há 1 ano atrás