-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Closed
Labels
performancePerformance or resource usagePerformance or resource usagetype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
For many of the "deferred" values in the "specialization" section for each bytecode, the number is enormous. For example
| Kind | Count | Ratio |
|---|---|---|
| deferred | 737,869,762,948,500,785,112 | 53,482,007,414,484.3% |
| hit | 1,120,068,160 | 81.2% |
| miss | 138,055,084 | 10.0% |
We need to investigate where this is coming from (either the Python runtime or the summarize_stats.py script) and fix appropriately.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
Metadata
Metadata
Assignees
Labels
performancePerformance or resource usagePerformance or resource usagetype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error