Skip to content

Commit 7a2131e

Browse files
committed
Add comments.
1 parent e992d14 commit 7a2131e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/analysis/StreamStateMachine.java

+2
Original file line numberDiff line numberDiff line change
@@ -744,11 +744,13 @@ else if (!scalar)
744744
"Can't derive ROM for possible return types: " + possibleReturnTypes);
745745
}
746746

747+
// if reduce ordering matters.
747748
if (rom) {
748749
LOGGER.fine(() -> "Reduce ordering matters for: " + invokeInstruction);
749750
OrdinalSet<InstanceKey> possibleReceivers = terminalBlockToPossibleReceivers.get(block);
750751
possibleReceivers.forEach(instancesWhoseReduceOrderingPossiblyMatters::add);
751752
} else
753+
// otherwise, just log.
752754
LOGGER.fine(() -> "Reduce ordering doesn't matter for: " + invokeInstruction);
753755

754756
++processedInstructions;

0 commit comments

Comments
 (0)