Skip to content

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

@gvanrossumgvanrossum commented Jul 8, 2023

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
gvanrossum marked this pull request as ready for review July 8, 2023 15:33
@gvanrossum

Copy link
Copy Markdown
MemberAuthor

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

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@gvanrossum@bedevere-bot