Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 60a05ef414 LibJS/Bytecode: Give TypeofBinding instructions a lookup cache hace 1 año
  Andreas Kling 4302e07346 LibJS/Bytecode: Rename TypeofVariable => TypeofBinding hace 1 año
  Aliaksandr Kalenik e934132442 LibJS+LibWeb: Pass function metadata collected in parsing using a struct hace 1 año
  Aliaksandr Kalenik ebb3d8025c LibJS: Get `this` from execution context for non-arrow functions hace 1 año
  Andreas Kling 448b7ca87b LibJS/Bytecode: Add dedicated instruction for getting `length` property hace 1 año
  Andreas Kling b7c04f999a LibJS/Bytecode: Split SetVariable into four separate instructions hace 1 año
  Andreas Kling 855f6417df LibJS/Bytecode: Move environment variable caches into instructions hace 1 año
  Andreas Kling a06441c88c LibJS/Bytecode: Defer GetGlobal identifier lookup until cache misses hace 1 año
  Andreas Kling 6ec4d6f668 LibJS/Bytecode: Cache the running execution context in interpreter hace 1 año
  Andreas Kling 8447f6f6da LibJS: Inline more of cached environment variable access in interpreter hace 1 año
  Aliaksandr Kalenik 6fb1d9e516 LibJS: Stop using execute_ast_node() for class property evaluation hace 1 año
  Aliaksandr Kalenik 89a007327a LibJS: Change NewFunction instruction to accept FunctionNode hace 1 año
  Andreas Kling 161298b5d1 LibJS/Bytecode: Inline indexed property access in GetByVal better hace 1 año
  Andreas Kling 8ff16c1b57 LibJS: Cache access to properties found in prototype chain hace 1 año
  Aliaksandr Kalenik 4d5823a5bc LibWeb+LibJS: Skip function environment allocation if possible hace 1 año
  Aliaksandr Kalenik 865e651a7d LibJS: Merge CallFrame into ExecutionContext hace 1 año
  Timothy Flynn 22fdcfbc50 LibJS: Include identifier information in nullish property write access hace 1 año
  Timothy Flynn 9bbd3103a8 LibJS: Include identifier information in nullish property read access hace 1 año
  Andreas Kling 8e04791480 LibJS/Bytecode: Combine has_index() and get() in GetByVal and PutByVal hace 1 año
  Andreas Kling 953573565c LibJS/Bytecode: Cache realm, global object, and more in interpreter hace 1 año
  Timothy Flynn 3d2794d062 LibJS: Add a fast path for setting valid u32 values in Uint32TypedArray hace 1 año
  Dan Klishch 026c1caba0 LibJS: Don't use null DFS for binding_name parameters in ClassExpression hace 1 año
  Andreas Kling e46b217e42 LibJS/Bytecode: Move to a new bytecode format hace 1 año
  Timothy Flynn 18847fca50 LibJS: Use IteratorStepValue in ECMA-262 hace 1 año
  Linus Groh e1d1aac7bc LibJS/Bytecode: Apply BigInt/Symbol ToObject avoidance in another place hace 1 año
  Andreas Kling 9fcd6776cf LibJS: Add fast path for Array.length in the bytecode interpreter hace 1 año
  Andreas Kling 514af065a5 LibJS: Move shared bytecode/JIT helpers to a header file hace 1 año
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String hace 1 año
  Andreas Kling 4699c81fc1 LibJS: Stop converting between Object <-> IteratorRecord all the time hace 1 año
  Andreas Kling ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> hace 1 año