Commit History

Author SHA1 Message Date
  Timothy Flynn 8eaf48888e LibJS: Remove FLATTEN attribute from Interpreter::run_bytecode 1 year ago
  Andreas Kling 9a0a5a79f4 LibJS/Bytecode: Put arguments directly in the Call instruction 1 year ago
  Andreas Kling da107ec9fb LibJS/Bytecode: Add fast paths for many binary expression instructions 1 year ago
  Andreas Kling 9d9b737a58 LibJS/Bytecode: Dedicated instructions for postfix increment/decrement 1 year ago
  Andreas Kling e46b217e42 LibJS/Bytecode: Move to a new bytecode format 1 year ago
  Andreas Kling 3466771492 LibJS/Bytecode: Add Bytecode::Operand 1 year ago
  Andreas Kling 1d29f9081f LibJS: Remove JIT compiler 1 year ago
  Andreas Kling 9326ded5a4 LibJS: Fast path for Increment of Int32 value in bytecode interpreter 1 year ago
  Andreas Kling 8d0344a636 LibJS: Avoid unnecessary MarkedVector in Bytecode::Op::Call::execute() 1 year ago
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
  Andreas Kling 350e6c54d7 LibJS: Remove dedicated iterator result instructions in favor of GetById 1 year ago
  Andreas Kling 4699c81fc1 LibJS: Stop converting between Object <-> IteratorRecord all the time 1 year ago
  Todderod e335354b30 LibJS: Call builtins directly in the bytecode interpreter 1 year ago
  Andreas Kling 3fc0333ee6 LibJS: Put Bytecode::CallFrame + register slots in a single allocation 1 year ago
  Andreas Kling 3dc5f467a8 LibJS: Always allocate ExecutionContext objects on the malloc heap 1 year ago
  Andreas Kling ecfcc9aef3 LibJS: Make Bytecode::Executable GC-allocated 1 year ago
  Stephan Vedder 84eecbb10e LibJS/JIT: Add fastpath for set variable 1 year ago
  Idan Horowitz f19349e1b6 LibJS: Instantiate primitive array expressions using a single operation 1 year ago
  Simon Wanner 86b85aa68b LibJS: Introduce Builtins 1 year ago
  Andreas Kling cb7169d73f LibJS/JIT: Support the EnterObjectEnvironment bytecode instruction 1 year ago
  Andreas Kling cfdb8a2756 LibJS/JIT: Update "unwind context" stack in JIT code 1 year ago
  Andreas Kling 298dfa96a4 LibJS: Remove unused members from EnterUnwindContext instruction 1 year ago
  Andreas Kling b6435ca280 LibJS: Unify bytecode instruction names with their helper names 1 year ago
  Andreas Kling 2520c46224 LibJS/JIT: Resolve the GetCalleeAndThisFromEnvironment cache at JIT time 1 year ago
  Andreas Kling b1b2ca1485 LibJS: Add basic monomorphic caching for PutById property access 1 year ago
  Andreas Kling 536b9c29e4 LibJS/JIT: Resolve the EnvironmentVariableCache pointers at JIT time 1 year ago
  Andreas Kling a616a682fe LibJS/JIT: Resolve the GlobalVariableCache pointers at JIT time 1 year ago
  Andreas Kling f03d4a1ffe LibJS/JIT: Resolve the PropertyLookupCache pointers at JIT time 1 year ago
  Andreas Kling 3b6b9b9f25 LibJS: Take VM instead of Interpreter in more common implementations 1 year ago
  Andreas Kling 234ed2d466 LibJS/JIT: Resolve the GetGlobal identifier at JIT time 1 year ago