mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
3 lines
224 B
ReStructuredText
3 lines
224 B
ReStructuredText
Use exponential backoff for specialization counters in the interpreter. Can
|
|
reduce the number of failed specializations significantly and avoid slowdown
|
|
for those parts of a program that are not suitable for specialization.
|