public interface TruffleInliningPolicy
Modifier and Type | Method and Description |
---|---|
double |
calculateScore(TruffleInliningProfile profile) |
boolean |
isAllowed(TruffleInliningProfile profile,
int currentNodeCount,
com.oracle.truffle.api.CompilerOptions options) |
boolean isAllowed(TruffleInliningProfile profile, int currentNodeCount, com.oracle.truffle.api.CompilerOptions options)
double calculateScore(TruffleInliningProfile profile)