Skip to content

Conversation

@gvanrossum
Copy link
Member

@gvanrossumgvanrossum commented Aug 28, 2023

@gvanrossumgvanrossum marked this pull request as ready for review August 28, 2023 22:22
@gvanrossum
Copy link
MemberAuthor

gvanrossum commented Aug 28, 2023

(Calling out @markshannon or @brandtbucher because one of you might care about how fast the inner loop of _PyCode_Quicken() is -- this adds a branch. Though note that once we are tracking how common branches are taken, we'll get more exceptions in this loop. And hopefully the hardware CPU's branch predictor will predict this branch well.)

@gvanrossumgvanrossum enabled auto-merge (squash) August 29, 2023 17:44
@gvanrossumgvanrossum merged commit 59e4693 into python:mainAug 29, 2023
@gvanrossumgvanrossum deleted the init-jump-back-cache branch August 29, 2023 23:56
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Counter for JUMP_BACKWARD is initialized to 17 instead of 0

2 participants

@gvanrossum@bedevere-bot