Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-106529: Split FOR_ITER_RANGE into uops #106638

Merged
merged 8 commits into from
Jul 12, 2023

Commits on Jul 12, 2023

  1. macro(FOR_ITER_RANGE) = _ITER_NEXT_RANGE + _FOR_ITER_END

    (Plus a skipped cache entry.)
    gvanrossum committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    a195370 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aafc5c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9efab6 View commit details
    Browse the repository at this point in the history
  4. Tier 2 translation, with test

    This was remarkably straightforward
    gvanrossum committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    efd4472 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b8fb78 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3104afe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f3a0b4 View commit details
    Browse the repository at this point in the history
  8. Fix crash if stub doesn't need to be moved

    (I wasn't updating trace_length in this case.)
    gvanrossum committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    4ccb873 View commit details
    Browse the repository at this point in the history