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 dc0c71c commit 73681afCopy full SHA for 73681af
1 file changed
Include/internal/pycore_backoff.h
@@ -137,7 +137,7 @@ initial_jump_backoff_counter(void)
137
// The reasoning is that we always want loop traces to form and inline
138
// functions before functions themselves warm up and link to them instead
139
// of inlining.
140
-#define RESUME_INITIAL_VALUE 7917
+#define RESUME_INITIAL_VALUE 8190
141
#define RESUME_INITIAL_BACKOFF 6
142
static inline _Py_BackoffCounter
143
initial_resume_backoff_counter(void)
0 commit comments