JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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 and Description
void
reportLoopCount
(int count)
Method Detail
reportLoopCount
void reportLoopCount(int count)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method