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 896e4fe commit 1364159Copy full SHA for 1364159
Include/internal/pycore_optimizer.h
@@ -36,7 +36,7 @@ extern "C" {
36
37
/* Exit quality thresholds: trace stops when fitness < exit_quality.
38
* Higher = trace is more willing to stop here. */
39
-#define EXIT_QUALITY_CLOSE_LOOP (FITNESS_INITIAL / 2)
+#define EXIT_QUALITY_CLOSE_LOOP (FITNESS_INITIAL)
40
#define EXIT_QUALITY_ENTER_EXECUTOR (FITNESS_INITIAL * 3 / 8)
41
#define EXIT_QUALITY_DEFAULT (FITNESS_INITIAL / 8)
42
#define EXIT_QUALITY_SPECIALIZABLE (FITNESS_INITIAL / 80)
0 commit comments