1. 07 Dec, 2015 1 commit
    • bmeurer's avatar
      [turbofan] Don't try to inling dead nodes. · 1c44aa0e
      bmeurer authored
      The JSInliningHeuristic keeps a list of nodes, which might have been
      killed by other reducers before the JSInliningHeuristic looks at it
      again, so it has to check whether nodes are dead before trying to
      expand them later (this is similar to what the ValueNumberingReducer
      needs to do with its internal table).
      
      R=mstarzinger@chromium.org
      
      Review URL: https://codereview.chromium.org/1508643002
      
      Cr-Commit-Position: refs/heads/master@{#32652}
      1c44aa0e
  2. 04 Dec, 2015 1 commit
  3. 01 Dec, 2015 1 commit
  4. 13 Nov, 2015 1 commit
  5. 12 Nov, 2015 2 commits
  6. 11 Nov, 2015 1 commit
  7. 09 Nov, 2015 2 commits
  8. 03 Nov, 2015 1 commit
    • mstarzinger's avatar
      [turbofan] Use sorted set in JSInliningHeuristic. · 2a4336d9
      mstarzinger authored
      This changes the inlining candidates to be stored in a sorted set of
      unique entries instead of a vector. We can avoid the final sorting
      operation by amortizing the cost across insertions and also duplicate
      entries are not created in the first place. Duplicate entries cause
      crashes when candidates are processed.
      
      R=bmeurer@chromium.org
      BUG=chromium:549113
      LOG=n
      
      Review URL: https://codereview.chromium.org/1430553003
      
      Cr-Commit-Position: refs/heads/master@{#31742}
      2a4336d9
  9. 29 Oct, 2015 1 commit
  10. 15 Oct, 2015 1 commit
  11. 14 Oct, 2015 1 commit
  12. 07 Oct, 2015 1 commit