Skip to content

Commit 73681af

Browse files
up the resume initial value a little
1 parent dc0c71c commit 73681af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/internal/pycore_backoff.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ initial_jump_backoff_counter(void)
137137
// The reasoning is that we always want loop traces to form and inline
138138
// functions before functions themselves warm up and link to them instead
139139
// of inlining.
140-
#define RESUME_INITIAL_VALUE 7917
140+
#define RESUME_INITIAL_VALUE 8190
141141
#define RESUME_INITIAL_BACKOFF 6
142142
static inline _Py_BackoffCounter
143143
initial_resume_backoff_counter(void)

0 commit comments

Comments
 (0)