1. 04 Mar, 2019 1 commit
  2. 11 Dec, 2018 1 commit
    • Jaroslav Sevcik's avatar
      [compiler] Relax too strict debug assert. · dc6eed6a
      Jaroslav Sevcik authored
      We assert that loops always have effect phis because there must be
      a stack check in every loop. However, with generators, the stack check
      may end up outside of loop because the dispatch switch is built first
      (while the dispatch switch will also keep the loop backedge alive).
      
      The logic for creating effect phis is already in the code, so
      removing the dcheck should be fine.
      
      Bug: chromium:913232
      Change-Id: Icf4df831e8b47350543c2b82a34bd3af98782a16
      Reviewed-on: https://chromium-review.googlesource.com/c/1372065Reviewed-by: 's avatarTobias Tebbi <tebbi@chromium.org>
      Commit-Queue: Jaroslav Sevcik <jarin@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#58160}
      dc6eed6a
  3. 26 Oct, 2018 1 commit
  4. 31 Aug, 2018 1 commit
  5. 06 Mar, 2018 1 commit
  6. 29 Jan, 2018 1 commit
  7. 10 Jan, 2018 1 commit
  8. 09 Jan, 2018 1 commit