提交历史

作者 SHA1 备注 提交日期
  Jonne Ransijn 641c549463 LibJS: Split `Call` Instruction by `CallType` 8 月之前
  Andreas Kling cc4b3cbacc Meta: Update my e-mail address everywhere 9 月之前
  Andreas Kling 60a05ef414 LibJS/Bytecode: Give TypeofBinding instructions a lookup cache 1 年之前
  Andreas Kling 4302e07346 LibJS/Bytecode: Rename TypeofVariable => TypeofBinding 1 年之前
  Andreas Kling 507f83a615 LibJS/Bytecode: Always resolve `this` binding into dedicated register 1 年之前
  Aliaksandr Kalenik 210a5d77dc LibJS: Use a local variable for arguments object when possible 1 年之前
  Andreas Kling 448b7ca87b LibJS/Bytecode: Add dedicated instruction for getting `length` property 1 年之前
  Hendiadyoin1 1de475b404 LibJS: Prepare yield object before re-routing it through finally 1 年之前
  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 年之前