提交历史

作者 SHA1 备注 提交日期
  Andreas Kling 7654da3851 LibJS/Bytecode: Do basic compare-and-jump peephole optimization 1 年之前
  Andreas Kling f164e18a55 LibJS/Bytecode: Bunch all tests together in switch statement codegen 1 年之前
  Andreas Kling 18b8fae85c LibJS/Bytecode: Remove pointless basic block in SwitchStatement codegen 1 年之前
  Andreas Kling 6873628317 LibJS/Bytecode: Make NewArray a variable-length instruction 1 年之前
  Andreas Kling cea59b6642 LibJS/Bytecode: Reuse bytecode registers 1 年之前
  Andreas Kling 0f70ff9a67 LibJS/Bytecode: Only emit ResolveThisBinding once per basic block 1 年之前
  Hendiadyoin1 af94e4c05d LibJS: Save and restore exceptions on yields in finalizers 1 年之前
  Andreas Kling 9cbf17f181 LibJS/Bytecode: Emit `do...while` body before test in codegen 1 年之前
  Andreas Kling 95759dcc6d LibJS/Bytecode: Put end block last in `for` statement codegen 1 年之前
  Andreas Kling f3d57db774 LibJS/Bytecode: Stop emitting unnecessary jump at end of `for` statement 1 年之前
  Andreas Kling 69cc64e94c LibJS/Bytecode: Emit `for` condition check before update statement 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 年之前
  Hendiadyoin1 301a1fc763 LibJS: Propagate finalizers into nested try-catch blocks without them 1 年之前
  Andreas Kling b92839fad9 LibJS: Fix bug where argument++ happened before call 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 年之前
  Andreas Kling 0f8c6dc9ad LibJS/Bytecode: Always evaluate LHS first in assignment expressions 1 年之前
  Andreas Kling 5b29974bfa LibJS/Bytecode: Bring back the bytecode optimization pipeline 1 年之前
  Andreas Kling 60a555e364 LibJS/Bytecode: Make NewPrimitiveArray a variable-length instruction 1 年之前
  Andreas Kling 5813df21c8 LibJS/Bytecode: Make primitive bigints be constants 1 年之前
  Andreas Kling 46d209c55b LibJS/Bytecode: Make primitive strings be constants 1 年之前
  Andreas Kling bc21ed151e LibJS/Bytecode: Handle awkward initialization case for duplicate `var` 1 年之前
  Dan Klishch 78491204d9 LibJS: Don't use null DFS for break/continue statements without a label 1 年之前
  Andreas Kling 6402ad29a6 LibJS/Bytecode: Don't clobber dst when assigning from object expression 1 年之前
  Andreas Kling 9a0a5a79f4 LibJS/Bytecode: Put arguments directly in the Call instruction 1 年之前
  Andreas Kling 9d9b737a58 LibJS/Bytecode: Dedicated instructions for postfix increment/decrement 1 年之前
  Andreas Kling e46b217e42 LibJS/Bytecode: Move to a new bytecode format 1 年之前
  Andreas Kling 7f1a62a1d3 LibJS/Bytecode: Add Operand in/out to all the bytecode codegen helpers 1 年之前