-
-
Notifications
You must be signed in to change notification settings - Fork 34k
gh-143995: Eliminate redundant refcounting in the JIT from LOAD_ATTR_MODULE #143996
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
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.
Thanks!
|
I'm worried about the maintainability of Since we can now emit multiple uops in the optimizer, instead of adding parameters to @Fidget-Spinner can we take a bit more care to keep the code simple. It makes maintenance easier and will ultimately lead to better performance. |
Generated `uops` before:
Generated `uops` after:
Diff:
The time cost for 1000000 iterations in the
testfuncin the test case is reduced from approximately 126 seconds to 120 seconds.LOAD_ATTR_MODULE#143995