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 844299c commit c83acf9Copy full SHA for c83acf9
Include/internal/pycore_backoff.h
@@ -97,8 +97,8 @@ backoff_counter_triggers(_Py_BackoffCounter counter)
97
98
// Initial JUMP_BACKWARD counter.
99
// 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.
+// invalidated we may construct a new trace before the bytecode has properly
+// re-specialized:
102
#define JUMP_BACKWARD_INITIAL_VALUE 4095
103
#define JUMP_BACKWARD_INITIAL_BACKOFF 12
104
static inline _Py_BackoffCounter
0 commit comments