We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11add0f commit a8a4ed3Copy full SHA for a8a4ed3
Include/internal/pycore_backoff.h
@@ -115,10 +115,9 @@ initial_jump_backoff_counter(void)
115
/* Initial exit temperature.
116
* Must be larger than ADAPTIVE_COOLDOWN_VALUE,
117
* otherwise when a side exit warms up we may construct
118
- * a new trace before the Tier 1 code has properly re-specialized.
119
- * Backoff sequence 1024, 2048, 4096. */
120
-#define SIDE_EXIT_INITIAL_VALUE 1023
121
-#define SIDE_EXIT_INITIAL_BACKOFF 10
+ * a new trace before the Tier 1 code has properly re-specialized. */
+#define SIDE_EXIT_INITIAL_VALUE 4095
+#define SIDE_EXIT_INITIAL_BACKOFF 12
122
123
static inline _Py_BackoffCounter
124
initial_temperature_backoff_counter(void)
0 commit comments