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 6a32b9a commit f55ce78Copy full SHA for f55ce78
1 file changed
Include/internal/pycore_backoff.h
@@ -142,15 +142,13 @@ initial_jump_backoff_counter(_PyPolicy *policy)
142
#define SIDE_EXIT_INITIAL_VALUE 4000
143
#define SIDE_EXIT_INITIAL_BACKOFF 6
144
145
-#ifdef _TIER2
146
static inline _Py_BackoffCounter
147
initial_temperature_backoff_counter(_PyPolicy *policy)
148
{
149
return make_backoff_counter(
150
policy->jit.side_exit_initial_value,
151
policy->jit.side_exit_initial_backoff);
152
}
153
-#endif
154
155
/* Unreachable backoff counter. */
156
0 commit comments