1. 10 Aug, 2017 1 commit
  2. 13 Jul, 2017 1 commit
  3. 28 Oct, 2016 1 commit
  4. 02 Aug, 2016 1 commit
    • mstarzinger's avatar
      [interpreter] Elide OSR polling from fake loops. · 962fd4ae
      mstarzinger authored
      This makes sure we are not inserting {OsrPoll} instructions for any
      statements that are not actually loops and have no back edges. Without
      back edges the {BytecodeGraphBuilder} is unable to deduce loop ranges
      and hence cannot construct a graph for OSR entry.
      
      R=neis@chromium.org
      TEST=mjsunit/regress/regress-5252
      BUG=v8:5252
      
      Review-Url: https://codereview.chromium.org/2200733002
      Cr-Commit-Position: refs/heads/master@{#38233}
      962fd4ae