Skip to content

Commit c83acf9

Browse files
committed
fixup
1 parent 844299c commit c83acf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Include/internal/pycore_backoff.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ backoff_counter_triggers(_Py_BackoffCounter counter)
9797

9898
// Initial JUMP_BACKWARD counter.
9999
// Must be larger than ADAPTIVE_COOLDOWN_VALUE, otherwise when JIT code is
100-
// invalidated up we may construct a new trace before the Tier 1 code has
101-
// properly re-specialized.
100+
// invalidated we may construct a new trace before the bytecode has properly
101+
// re-specialized:
102102
#define JUMP_BACKWARD_INITIAL_VALUE 4095
103103
#define JUMP_BACKWARD_INITIAL_BACKOFF 12
104104
static inline _Py_BackoffCounter

0 commit comments

Comments
 (0)