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 cd1ee20 commit b20fe7eCopy full SHA for b20fe7e
src/vm/jvm/runtime/org/perl6/nqp/jast2bc/AutosplitMethodWriter.java
@@ -44,7 +44,7 @@ class AutosplitMethodWriter extends MethodNode {
44
45
/** True to dump control flow analysis. */
46
private static final boolean DEBUG_CONTROL = false;
47
- private static final boolean DEBUG_FRAGMENT = true;
+ private static final boolean DEBUG_FRAGMENT = false;
48
private static final boolean TYPE_TRACE = false;
49
50
/** The real instructions (not branches) in program order. Filled out by {@link getControlFlow()}. */
0 commit comments