Commit Verlauf

Autor SHA1 Nachricht Datum
  Jesús (gsus) Lapastora 1850652881 LibJS/Bytecode: Check if eval function is a function vor 1 Jahr
  Andreas Kling 2520c46224 LibJS/JIT: Resolve the GetCalleeAndThisFromEnvironment cache at JIT time vor 1 Jahr
  Andreas Kling b1b2ca1485 LibJS: Add basic monomorphic caching for PutById property access vor 1 Jahr
  Andreas Kling 536b9c29e4 LibJS/JIT: Resolve the EnvironmentVariableCache pointers at JIT time vor 1 Jahr
  Andreas Kling a616a682fe LibJS/JIT: Resolve the GlobalVariableCache pointers at JIT time vor 1 Jahr
  Andreas Kling f03d4a1ffe LibJS/JIT: Resolve the PropertyLookupCache pointers at JIT time vor 1 Jahr
  Andreas Kling 3b6b9b9f25 LibJS: Take VM instead of Interpreter in more common implementations vor 1 Jahr
  Andreas Kling 234ed2d466 LibJS/JIT: Resolve the GetGlobal identifier at JIT time vor 1 Jahr
  Andreas Kling c92954db36 LibJS/JIT: Resolve the GetById property name at JIT time vor 1 Jahr
  Simon Wanner eaf8c2e398 LibJS: Improve error messages for primitive strict mode property access vor 1 Jahr
  Idan Horowitz 38f3b78a1d LibJS: Store the bytecode accumulator in a dedicated physical register vor 1 Jahr
  Simon Wanner ad81bf47bb LibJS: Move GetObjectPropertyIterator impl to CommonImplementations vor 1 Jahr
  Jakub Berkop 6a7b9b85a4 LibJS/JIT: Compile the DeleteByValueWithThis instruction vor 1 Jahr
  Jakub Berkop 0776404e03 LibJS/JIT: Compile the DeleteByValue instruction vor 1 Jahr
  Jakub Berkop f5fcd4596c LibJS/JIT: Compile the DeleteById instruction vor 1 Jahr
  Simon Wanner 516bb01082 LibJS/Bytecode: Move Append impl to CommonImplementations vor 1 Jahr
  Simon Wanner 5179ff5fc9 LibJS/Bytecode: Move IteratorToArray impl to CommonImplementations vor 1 Jahr
  Simon Wanner 661dbbc83d LibJS/Bytecode: Move object_to_iterator to CommonImplementations vor 1 Jahr
  Simon Wanner d416cef9bb LibJS/Bytecode: Move iterator_to_object to CommonImplementations vor 1 Jahr
  Simon Wanner 1eee110575 LibJS: Move SuperCallWithArgumentArray impl to CommonImplementations vor 1 Jahr
  Simon Wanner f9fbb8cff2 LibJS/Bytecode: Move NewClass impl to CommonImplementations vor 1 Jahr
  Simon Wanner 54f1f7a51b LibJS/Bytecode: Move CreateVariable impl to CommonImplementations vor 1 Jahr
  Idan Horowitz b2d8d0c270 LibJS: Compile the CallWithArgumentArray bytecode instruction vor 1 Jahr
  Andreas Kling c1551a64dc LibJS/JIT: Compile the NewRegExp bytecode instruction vor 1 Jahr
  Andreas Kling 935d67cfcf LibJS/JIT: Compile the GetCalleeAndThisFromEnvironment instruction vor 1 Jahr
  Andreas Kling dabaaabfc0 LibJS/JIT: Support the GetVariable bytecode instruction vor 1 Jahr
  Andreas Kling bcf7cdb679 LibJS/Bytecode: Un-templatize throw_if_needed_for_call() vor 1 Jahr
  Andreas Kling c2aad0f573 LibJS/Bytecode: Move PutByValue impl to CommonImplementations vor 1 Jahr
  Andreas Kling 9f61cda27e LibJS/Bytecode: Move NewFunction impl into CommonImplementations vor 1 Jahr
  Andreas Kling 393d90abe1 LibJS/Bytecode: Move SetVariable implementation to CommonImplementations vor 1 Jahr