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

gh-106529: Implement JUMP_FORWARD in uops (with test) by gvanrossum · Pull Request #106651 · python/cpython · GitHub

/ cpython Public

gh-106529: Implement JUMP_FORWARD in uops (with test) - #106651

Merged
gvanrossum merged 1 commit into
python:mainfrom
gvanrossum:jump-forward
Jul 11, 2023
Merged

gh-106529: Implement JUMP_FORWARD in uops (with test)#106651
gvanrossum merged 1 commit into
python:mainfrom
gvanrossum:jump-forward

Conversation

gvanrossum commented Jul 11, 2023
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

This is a very simple one. Figuring out how to test it took longer than writing the implementation.

Note that this may generate two SAVE_IP uops in a row. As a matter of principle, I don't do anything to avoid that -- removing unneeded SAVE_IP uops is the optimizer's job.

I'll probably just merge once the tests pass.

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