Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
GH-132554: Add stats for GET_ITER#132592
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I bet a lot of the "other" will already be iterators. It may be worth adding a stat at the end, before "other", for types where (I wish we could also "unwrap" list, tuple, and range iterators, similar in spirit to our method call optimization. Basically, if |
622300b
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Before we can specialize
GET_ITER
, or even decide if it is worth specializingGET_ITER
, we need stats.