gh-139757: Add _GUARD_NOS_COMPACT_ASCII for compact ascii optimization by corona10 · Pull Request #143332 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
Conversation
Member
Introduce _GUARD_NOS_COMPACT_ASCII for the compact ASCII optimization path.
Although this guard is potentially more expensive than _GUARD_NOS_UNICODE, it helps the optimizer exit earlier when it attempts to optimize BINARY_OP_SUBSCR_STR_INT.
corona10
requested review from
Fidget-Spinner,
markshannon and
tomasr8
as code owners
bedevere-app
Bot
added
the
awaiting core review
label
bedevere-app
Bot
mentioned this pull request
corona10
added
the
skip news
label
Python/bytecodes.c Outdated
Python/optimizer_bytecodes.c Outdated
corona10
requested a review
from Fidget-Spinner
Fidget-Spinner
approved these changes
bedevere-app
Bot
added
awaiting merge
and removed
awaiting core review
labels
bedevere-app
Bot
removed
the
awaiting merge
label
corona10
deleted the
gh-139757-guard-ascii
branch
thunder-coding pushed a commit to thunder-coding/cpython that referenced this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment