| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good.
I suspect we won't see any benefit from this until we can trace through the _PUSH_FRAME, but it is good to remove another edge case.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This one is a lot like GH-122253, in that it's mostly done for completeness so that we can stay in tier two across a LOAD_ATTR_PROPERTY. No real impact on stats or perf, beyond the obvious.
This is a minor change for the instruction itself, though: the current instruction can't be split up, since it needs two cache entries (a function and a version for that function) to be active at the same time. This replaces the exact function version check with looser checks on all of the members of the code object that we care about.