Skip to content

Commit f60b355

Browse files
reduce side exit count
1 parent d3b5877 commit f60b355

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
@@ -117,7 +117,7 @@ initial_jump_backoff_counter(void)
117117
* Must be larger than ADAPTIVE_COOLDOWN_VALUE,
118118
* otherwise when a side exit warms up we may construct
119119
* a new trace before the Tier 1 code has properly re-specialized. */
120-
#define SIDE_EXIT_INITIAL_VALUE 4000
120+
#define SIDE_EXIT_INITIAL_VALUE 55
121121
#define SIDE_EXIT_INITIAL_BACKOFF 12
122122

123123
static inline _Py_BackoffCounter

0 commit comments

Comments
 (0)