Replies: 1 comment 2 replies
-
When you say something to do with
Two questions regarding the other failures:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to figure out some of the situations in which LOAD_ATTR specializations can fail.
Here is a list of specializations stats by benchmark, along with a closer look at of some of the lowest-hit-percentage benchmarks: https://gist.github.com/sweeneyde/a0d3abfc99308b93c1cee084684f90e0
It seems there could be a benefit in specializing something to do with the type_getattro (i.e.,
type.__getattr(ibute)__
in python), as many lookups of class attributes (whether from the class directly or indirectly through an instance) are not currently specialized.Beta Was this translation helpful? Give feedback.
All reactions