1. 25 Mar, 2020 3 commits
  2. 24 Mar, 2020 14 commits
  3. 23 Mar, 2020 19 commits
  4. 22 Mar, 2020 1 commit
  5. 21 Mar, 2020 2 commits
  6. 20 Mar, 2020 1 commit
    • Milad Farazmand's avatar
      PPC/s390: [interpreter] Make IterationBody StackChecks implicit within JumpLoop · e70331f9
      Milad Farazmand authored
      Port a447a44f
      
      Original Commit Message:
      
          Since now the IterationBody StackChecks are implicit within JumpLoops,
          we are able to eagerly deopt in them. If we do that, whenever we advance
          to the next bytecode we don't have to advance to the next literal
          bytecode, but instead "advance" in the sense of doing the JumpLoop.
      
          Adding tests that test this advancing for wide and extra wide JumpLoops.
      
          Also, marking JumpLoop as needing source positions since now it has
          the ability of causing an interrupt.
      
      R=solanes@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com
      BUG=
      LOG=N
      
      Change-Id: I5bec2212d040801d67426a8639d20fe96035d813
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2111832Reviewed-by: 's avatarJunliang Yan <jyan@ca.ibm.com>
      Commit-Queue: Junliang Yan <jyan@ca.ibm.com>
      Cr-Commit-Position: refs/heads/master@{#66814}
      e70331f9