-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
gh-134584: Eliminate redundant refcounting from _CALL_LEN
#136104
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
|
Thanks! We need to wait until Mark's TOS caching PR is merged for this to be a speedup (I explained on the main issue), so lets wait for now. |
This reverts commit afd5bb0.
Fidget-Spinner
left a comment
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.
LGTM. Could you please re-run make regen-cases on this after merging main in?
You can merge after.
Python/bytecodes.c
Outdated
| /* len(o) */ | ||
| (void)null; | ||
| STAT_INC(CALL, hit); | ||
| INPUTS_DEAD(); |
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.
This should be moved down to right before res = PyStackRef_FromPyObjectSteal(res_o);
|
@Fidget-Spinner Done :) |
|
@corona10 sorry I just noticed something else wrong, once you fix that you can merge. Thanks! |
Uh oh!
There was an error while loading. Please reload this page.