Skip to content

Commit c9957c3

Browse files
committed
fix constent
1 parent d09afb5 commit c9957c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_optimizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extern "C" {
2222
#define FITNESS_BRANCH_BASE 5
2323
#define FITNESS_INITIAL (FITNESS_PER_INSTRUCTION * 1000)
2424
#define FITNESS_INITIAL_SIDE (FITNESS_INITIAL / 2)
25-
#define FITNESS_BACKWARD_EDGE (FITNESS_PER_INSTRUCTION / 10)
25+
#define FITNESS_BACKWARD_EDGE (FITNESS_INITIAL / 10)
2626

2727
/* Exit quality constants for fitness-based trace termination.
2828
* Higher values mean better places to stop the trace. */

0 commit comments

Comments
 (0)