| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Unlike PyType_GetModuleByDef(), this uses PyType_HasFeature() for differentiation.
This will not be inlined, but hopefully 4% faster on Windows PGO. The forceinline version was less efficient (2% faster).
PyType_GetModuleByDef() is now slower.
|
Looks like this removes the only call to _PyType_GetModuleByDef2; could you also remove the function? |
Sorry, something went wrong.
|
Why not removing _PyType_GetModuleByDef2() body as well? |
Sorry, something went wrong.
|
(Does it really make sense to remove _PyType_GetModuleByDef2() before checking the features on main?) |
Sorry, something went wrong.
|
To be honest I don't follow too closely the order in which the changes here should be made/merged. If this removes the last call to _PyType_GetModuleByDef2, and we don't plan to bring the function back, then it should be removed now. If it turns out to be needed again, we can find it in Git history. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Uh oh!
There was an error while loading. Please reload this page.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.