FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-106529: Support FOR_ITER specializations as uops by gvanrossum · Pull Request #106542 · python/cpython · GitHub

/ cpython Public

gh-106529: Support FOR_ITER specializations as uops - #106542

Closed
gvanrossum wants to merge 4 commits into
python:mainfrom
gvanrossum:for-iter-uops
Closed

gh-106529: Support FOR_ITER specializations as uops#106542
gvanrossum wants to merge 4 commits into
python:mainfrom
gvanrossum:for-iter-uops

Conversation

gvanrossum commented Jul 8, 2023
edited
Loading

Copy link
Copy Markdown
Member

Another piece extracted from gh-106393. Without either this or an implementation of the POP_JUMP_IF_XXX part of gh-106529, the (in itself much simpler) JUMP_BACKWARD part (gh-106543) isn't useful or testable.


Once gh-106543 is merged, the test for this is simple: add a check for JUMP_TO_TOP to the test for FOR_ITER_RANGE.

gvanrossum marked this pull request as ready for review July 8, 2023 15:33
gvanrossum requested a review from markshannon as a code owner July 8, 2023 15:33

Copy link
Copy Markdown
Member Author

Closing this version, we have to rethink this (see #106529 (comment)).

gvanrossum closed this Jul 10, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL