Commit History

Author SHA1 Message Date
  Andreas Kling 60a05ef414 LibJS/Bytecode: Give TypeofBinding instructions a lookup cache 1 year ago
  Andreas Kling 4302e07346 LibJS/Bytecode: Rename TypeofVariable => TypeofBinding 1 year ago
  Andreas Kling 507f83a615 LibJS/Bytecode: Always resolve `this` binding into dedicated register 1 year ago
  Aliaksandr Kalenik 210a5d77dc LibJS: Use a local variable for arguments object when possible 1 year ago
  Andreas Kling 448b7ca87b LibJS/Bytecode: Add dedicated instruction for getting `length` property 1 year ago
  Hendiadyoin1 1de475b404 LibJS: Prepare yield object before re-routing it through finally 1 year ago
  Hendiadyoin1 73fdd31124 LibJS: Avoid returning Completions from more Bytecode instructions 1 year ago
  Andreas Kling d22a06d671 LibJS/Bytecode: Remove all the unreachable execute_impl() functions 1 year ago
  Andreas Kling 6ca94bd0b1 LibJS/Bytecode: Rename GetVariable => GetBinding 1 year ago
  Andreas Kling b7c04f999a LibJS/Bytecode: Split SetVariable into four separate instructions 1 year ago
  Aliaksandr Kalenik caffd485b8 LibJS: Replace SetLocal instruction usage with Mov 1 year ago
  Aliaksandr Kalenik d79438a2a6 LibJS: Join locals, constants and registers into single vector 1 year ago
  Andreas Kling d79353a477 LibJS/Bytecode: Add fast paths for compare-and-jump with 2 numbers 1 year ago
  Andreas Kling 855f6417df LibJS/Bytecode: Move environment variable caches into instructions 1 year ago
  Aliaksandr Kalenik 6fb1d9e516 LibJS: Stop using execute_ast_node() for class property evaluation 1 year ago
  Aliaksandr Kalenik 3d4b13a01c LibJS: Ensure capacity for created lexical and variable environments 1 year ago
  Aliaksandr Kalenik a4f70986a0 LibJS: Emit bytecode for function declaration instantiation 1 year ago
  Aliaksandr Kalenik 89a007327a LibJS: Change NewFunction instruction to accept FunctionNode 1 year ago
  Andreas Kling 7bdc207d81 LibJS/Bytecode: Make execute_impl() return void for non-throwing ops 1 year ago
  Andreas Kling 810a297626 LibJS/Bytecode: Remove Instruction::execute() 1 year ago
  Andreas Kling b99f0a7e22 LibJS/Bytecode: Reorder Call instruction members to make it smaller 1 year ago
  Andreas Kling 7654da3851 LibJS/Bytecode: Do basic compare-and-jump peephole optimization 1 year ago
  Andreas Kling 6873628317 LibJS/Bytecode: Make NewArray a variable-length instruction 1 year ago
  Andreas Kling cea59b6642 LibJS/Bytecode: Reuse bytecode registers 1 year ago
  Hendiadyoin1 af94e4c05d LibJS: Save and restore exceptions on yields in finalizers 1 year ago
  Andreas Kling 68507b7e55 LibJS/Bytecode: Store SetLocal's local index as a u32 1 year ago
  Andreas Kling e43d96f310 LibJS/Bytecode: Remove Instruction::m_length field 1 year ago
  Andreas Kling ce93000757 LibJS/Bytecode: Unroll the bytecode interpreter 1 year ago
  Andreas Kling fae1527a18 LibJS/Bytecode: Turn JumpIf condition,@a,@next into JumpTrue/JumpFalse 1 year ago
  Andreas Kling f6aee2b9e8 LibJS/Bytecode: Flatten bytecode to a contiguous representation 1 year ago