-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE #30019
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the patch @penguin-wwy, and welcome to CPython!
Misc/NEWS.d/next/Core and Builtins/2021-12-10-09-10-32.bpo-46031.rM7JOX.rst
Outdated
Show resolved
Hide resolved
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
I have made the requested changes; please review again. |
Thanks for making the requested changes! @brandtbucher: please review the changes made to this pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@markshannon, can you hit this with pyperformance
to see what the numbers look like? Hopefully we can reproduce the reported 1% speedup.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I didn't see you have some stale files. @penguin-wwy, can you run make regen-all
, please?
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Resolve conflicts
@brandtbucher I resolve conflicts and run |
Thanks for making the requested changes! @brandtbucher: please review the changes made to this pull request. |
Shows a small speedup |
@markshannon Thank you. Also, what are the configuration arguments for exec benchmark ? I used |
Yes, |
Looks good. |
Thank you! I have made the requested changes. |
LGTM. |
You are right |
https://bugs.python.org/issue46031
faster-cpython/ideas#154