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-104584: Change DEOPT_IF in uops executor #106146

Merged
merged 1 commit into from Jun 27, 2023

Conversation

gvanrossum
Copy link
Member

@gvanrossum gvanrossum commented Jun 27, 2023

This effectively reverts bb578a0, restoring the original DEOPT_IF() macro in ceval_macros.h, and redefining it in the Tier 2 interpreter. We can get rid of the PREDICTED() macros there as well!

This effectively reverts bb578a0, restoring the original DEOPT_IF
macro in ceval_macros.h, and redefining it in the Tier 2 interpreter.
@gvanrossum gvanrossum added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Jun 27, 2023
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @gvanrossum for commit 309d974 🤖

If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Jun 27, 2023
@gvanrossum gvanrossum merged commit 6b5166f into python:main Jun 27, 2023
76 of 103 checks passed
@gvanrossum gvanrossum deleted the fix-deopt-if branch June 27, 2023 21:18
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.

None yet

2 participants