Skip to content

gh-104584: Change DEOPT_IF in uops executor - #106146

Merged
gvanrossum merged 1 commit into
python:mainfrom
gvanrossum:fix-deopt-if
Jun 27, 2023
Merged

gh-104584: Change DEOPT_IF in uops executor#106146
gvanrossum merged 1 commit into
python:mainfrom
gvanrossum:fix-deopt-if

Conversation

@gvanrossum

@gvanrossumgvanrossum commented Jun 27, 2023

Copy link
Copy Markdown
Member

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.
@gvanrossumgvanrossum added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Jun 27, 2023
@bedevere-bot

Copy link
Copy Markdown

🤖 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-botbedevere-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:mainJun 27, 2023
@gvanrossum
gvanrossum deleted the fix-deopt-if branch June 27, 2023 21:18
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