at.dms.kjc.cluster
Class FindPath

java.lang.Object
  extended by at.dms.kjc.cluster.FindPath

public class FindPath
extends Object

Attempts to find a path between two stream nodes. Uses information about output tapes maintained by RegisterStreams. The search starts at the source operator and performs breadth first search. Aug 2006: UNCLEAR WHAT THE PURPOSE OF THIS CLASS IS. It appears to have no side-effects, and caused a performance bottleneck in MPEG. Was it only for debugging? Removing the only call to it, from LatencyConstraints.


Constructor Summary
FindPath()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindPath

public FindPath()