1. 17 Jul, 2019 1 commit
  2. 24 May, 2019 1 commit
  3. 17 Oct, 2016 1 commit
  4. 20 Sep, 2016 1 commit
  5. 28 May, 2015 1 commit
  6. 20 Apr, 2015 1 commit
  7. 24 Feb, 2015 1 commit
  8. 17 Feb, 2015 1 commit
    • bmeurer's avatar
      [turbofan] Optimize certain chains of Branch into a Switch. · acd9c46c
      bmeurer authored
      This adds a new ControlFlowOptimizer that - for now - recognizes chains
      of Branches generated by the SwitchBuilder for a subset of javascript
      switches into Switch nodes. Those Switch nodes are then lowered to
      either table or lookup switches.
      
      Also rename Case to IfValue (and introduce IfDefault) for consistency.
      
      BUG=v8:3872
      LOG=n
      
      Review URL: https://codereview.chromium.org/931623002
      
      Cr-Commit-Position: refs/heads/master@{#26691}
      acd9c46c