-
-
Notifications
You must be signed in to change notification settings - Fork 35.7k
Improve stats presentation for specialization #102181
Copy link
Copy link
Closed
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)performancePerformance or resource usagePerformance or resource usagetype-featureA feature request or enhancementA feature request or enhancement
Description
Activity
Metadata
Metadata
Assignees
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)performancePerformance or resource usagePerformance or resource usagetype-featureA feature request or enhancementA feature request or enhancement
SENDandFOR_ITERuse the same function to count the type of failure of specialization, which should require a minor improvement to make the correct specialization fail kind appear.For example.
Before improvement:
After improvement:
Linked PRs