Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 161298b5d1 LibJS/Bytecode: Inline indexed property access in GetByVal better há 1 ano atrás
  Andreas Kling 8ff16c1b57 LibJS: Cache access to properties found in prototype chain há 1 ano atrás
  Aliaksandr Kalenik 4d5823a5bc LibWeb+LibJS: Skip function environment allocation if possible há 1 ano atrás
  Aliaksandr Kalenik 865e651a7d LibJS: Merge CallFrame into ExecutionContext há 1 ano atrás
  Timothy Flynn 22fdcfbc50 LibJS: Include identifier information in nullish property write access há 1 ano atrás
  Timothy Flynn 9bbd3103a8 LibJS: Include identifier information in nullish property read access há 1 ano atrás
  Andreas Kling 8e04791480 LibJS/Bytecode: Combine has_index() and get() in GetByVal and PutByVal há 1 ano atrás
  Andreas Kling 953573565c LibJS/Bytecode: Cache realm, global object, and more in interpreter há 1 ano atrás
  Timothy Flynn 3d2794d062 LibJS: Add a fast path for setting valid u32 values in Uint32TypedArray há 1 ano atrás
  Dan Klishch 026c1caba0 LibJS: Don't use null DFS for binding_name parameters in ClassExpression há 1 ano atrás
  Andreas Kling e46b217e42 LibJS/Bytecode: Move to a new bytecode format há 1 ano atrás
  Timothy Flynn 18847fca50 LibJS: Use IteratorStepValue in ECMA-262 há 1 ano atrás
  Linus Groh e1d1aac7bc LibJS/Bytecode: Apply BigInt/Symbol ToObject avoidance in another place há 1 ano atrás
  Andreas Kling 9fcd6776cf LibJS: Add fast path for Array.length in the bytecode interpreter há 1 ano atrás
  Andreas Kling 514af065a5 LibJS: Move shared bytecode/JIT helpers to a header file há 1 ano atrás
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String há 1 ano atrás
  Andreas Kling 4699c81fc1 LibJS: Stop converting between Object <-> IteratorRecord all the time há 1 ano atrás
  Andreas Kling ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> há 1 ano atrás
  Stephan Vedder 84eecbb10e LibJS/JIT: Add fastpath for set variable há 1 ano atrás
  Andreas Kling 2520c46224 LibJS/JIT: Resolve the GetCalleeAndThisFromEnvironment cache at JIT time há 1 ano atrás
  Andreas Kling b1b2ca1485 LibJS: Add basic monomorphic caching for PutById property access há 1 ano atrás
  Andreas Kling 536b9c29e4 LibJS/JIT: Resolve the EnvironmentVariableCache pointers at JIT time há 1 ano atrás
  Andreas Kling a616a682fe LibJS/JIT: Resolve the GlobalVariableCache pointers at JIT time há 1 ano atrás
  Andreas Kling f03d4a1ffe LibJS/JIT: Resolve the PropertyLookupCache pointers at JIT time há 1 ano atrás
  Andreas Kling 3b6b9b9f25 LibJS: Take VM instead of Interpreter in more common implementations há 1 ano atrás
  Andreas Kling 234ed2d466 LibJS/JIT: Resolve the GetGlobal identifier at JIT time há 1 ano atrás
  Andreas Kling c92954db36 LibJS/JIT: Resolve the GetById property name at JIT time há 1 ano atrás
  Idan Horowitz 38f3b78a1d LibJS: Store the bytecode accumulator in a dedicated physical register há 1 ano atrás
  Simon Wanner ad81bf47bb LibJS: Move GetObjectPropertyIterator impl to CommonImplementations há 1 ano atrás
  Jakub Berkop 6a7b9b85a4 LibJS/JIT: Compile the DeleteByValueWithThis instruction há 1 ano atrás