コミット履歴

作者 SHA1 メッセージ 日付
  Hendiadyoin1 73fdd31124 LibJS: Avoid returning Completions from more Bytecode instructions 1 年間 前
  Andreas Kling d22a06d671 LibJS/Bytecode: Remove all the unreachable execute_impl() functions 1 年間 前
  Andreas Kling 6ca94bd0b1 LibJS/Bytecode: Rename GetVariable => GetBinding 1 年間 前
  Andreas Kling b7c04f999a LibJS/Bytecode: Split SetVariable into four separate instructions 1 年間 前
  Aliaksandr Kalenik caffd485b8 LibJS: Replace SetLocal instruction usage with Mov 1 年間 前
  Aliaksandr Kalenik d79438a2a6 LibJS: Join locals, constants and registers into single vector 1 年間 前
  Andreas Kling d79353a477 LibJS/Bytecode: Add fast paths for compare-and-jump with 2 numbers 1 年間 前
  Andreas Kling 855f6417df LibJS/Bytecode: Move environment variable caches into instructions 1 年間 前
  Aliaksandr Kalenik 6fb1d9e516 LibJS: Stop using execute_ast_node() for class property evaluation 1 年間 前
  Aliaksandr Kalenik 3d4b13a01c LibJS: Ensure capacity for created lexical and variable environments 1 年間 前
  Aliaksandr Kalenik a4f70986a0 LibJS: Emit bytecode for function declaration instantiation 1 年間 前
  Aliaksandr Kalenik 89a007327a LibJS: Change NewFunction instruction to accept FunctionNode 1 年間 前
  Andreas Kling 7bdc207d81 LibJS/Bytecode: Make execute_impl() return void for non-throwing ops 1 年間 前
  Andreas Kling 810a297626 LibJS/Bytecode: Remove Instruction::execute() 1 年間 前
  Andreas Kling b99f0a7e22 LibJS/Bytecode: Reorder Call instruction members to make it smaller 1 年間 前
  Andreas Kling 7654da3851 LibJS/Bytecode: Do basic compare-and-jump peephole optimization 1 年間 前
  Andreas Kling 6873628317 LibJS/Bytecode: Make NewArray a variable-length instruction 1 年間 前
  Andreas Kling cea59b6642 LibJS/Bytecode: Reuse bytecode registers 1 年間 前
  Hendiadyoin1 af94e4c05d LibJS: Save and restore exceptions on yields in finalizers 1 年間 前
  Andreas Kling 68507b7e55 LibJS/Bytecode: Store SetLocal's local index as a u32 1 年間 前
  Andreas Kling e43d96f310 LibJS/Bytecode: Remove Instruction::m_length field 1 年間 前
  Andreas Kling ce93000757 LibJS/Bytecode: Unroll the bytecode interpreter 1 年間 前
  Andreas Kling fae1527a18 LibJS/Bytecode: Turn JumpIf condition,@a,@next into JumpTrue/JumpFalse 1 年間 前
  Andreas Kling f6aee2b9e8 LibJS/Bytecode: Flatten bytecode to a contiguous representation 1 年間 前
  Andreas Kling c2d3d9d1d4 LibJS/Bytecode: Make each Jump instruction inherit Instruction directly 1 年間 前
  Hendiadyoin1 ada5027163 LibJS: Cleanup unwind state when transferring control out of a finalizer 1 年間 前
  Hendiadyoin1 b4b9c4b383 LibJS: Restore scheduled jumps in catch blocks without finalizers 1 年間 前
  Timothy Flynn 22fdcfbc50 LibJS: Include identifier information in nullish property write access 1 年間 前
  Timothy Flynn 9bbd3103a8 LibJS: Include identifier information in nullish property read access 1 年間 前
  Andreas Kling 5b69413c4b Revert "LibJS/Bytecode: Bring back the bytecode optimization pipeline" 1 年間 前