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 83fd8ab commit c900563Copy full SHA for c900563
Python/optimizer.c
@@ -28,10 +28,6 @@
28
29
#define MAX_EXECUTORS_SIZE 256
30
31
-_Static_assert(FITNESS_INITIAL < UOP_MAX_TRACE_LENGTH,
32
- "FITNESS_INITIAL must be less than UOP_MAX_TRACE_LENGTH so that "
33
- "per-slot fitness charging guarantees the buffer never overflows");
34
-
35
// Trace too short, no progress:
36
// _START_EXECUTOR
37
// _MAKE_WARM
0 commit comments