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 d09afb5 commit c9957c3Copy full SHA for c9957c3
Include/internal/pycore_optimizer.h
@@ -22,7 +22,7 @@ extern "C" {
22
#define FITNESS_BRANCH_BASE 5
23
#define FITNESS_INITIAL (FITNESS_PER_INSTRUCTION * 1000)
24
#define FITNESS_INITIAL_SIDE (FITNESS_INITIAL / 2)
25
-#define FITNESS_BACKWARD_EDGE (FITNESS_PER_INSTRUCTION / 10)
+#define FITNESS_BACKWARD_EDGE (FITNESS_INITIAL / 10)
26
27
/* Exit quality constants for fitness-based trace termination.
28
* Higher values mean better places to stop the trace. */
0 commit comments