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 76b9c9e commit d565f41Copy full SHA for d565f41
Include/internal/pycore_optimizer.h
@@ -56,7 +56,7 @@ extern "C" {
56
#define EXIT_QUALITY_BACKWARD_EDGE_COROUTINE (EXIT_QUALITY_BACKWARD_EDGE / 8)
57
58
/* Penalty for a perfectly balanced (50/50) branch.
59
- * 7 such branches (after per-slot cost) exhaust fitness to EXIT_QUALITY_DEFAULT.
+ * 7 such branches (after per-slot cost) exhaust fitness to EXIT_QUALITY_DEFAULT.
60
* The calculation assumes the branches are spread out roughly equally throughout the trace.
61
*/
62
#define FITNESS_BRANCH_BALANCED ((FITNESS_INITIAL - EXIT_QUALITY_DEFAULT - \
0 commit comments