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: Implement JUMP_FORWARD in uops (with test) #106651

Merged
merged 1 commit into from
Jul 11, 2023

Conversation

gvanrossum
Copy link
Member

@gvanrossum gvanrossum commented Jul 11, 2023

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.

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