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 d565f41 commit 598d332Copy full SHA for 598d332
1 file changed
Include/internal/pycore_optimizer.h
@@ -30,7 +30,7 @@ extern "C" {
30
* 4. A push followed by a matching return is net-zero on frame-specific
31
* fitness, excluding per-slot costs.
32
*/
33
-#define MAX_TARGET_LENGTH (UOP_MAX_TRACE_LENGTH / 3 * 2)
+#define MAX_TARGET_LENGTH (UOP_MAX_TRACE_LENGTH / 5 * 2)
34
#define OPTIMIZER_EFFECTIVENESS 2
35
#define FITNESS_INITIAL (MAX_TARGET_LENGTH * OPTIMIZER_EFFECTIVENESS)
36
0 commit comments