Package com.oracle.truffle.api
Interface LoopCountReceiver
-
public interface LoopCountReceiver
Accepts the execution count of a loop that is a child of this node. The optimization heuristics can use the loop count to guide compilation and inlining.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
reportLoopCount(int count)
-