public final class HostCompilerDirectives extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
HostCompilerDirectives.BytecodeInterpreterSwitch
Marks a method that is an implementation of a Truffle interpreter, and which should receive
additional optimization budget.
|
static interface |
HostCompilerDirectives.InliningCutoff
Hints to Truffle host inlining that a particular method is partial evaluatable, but it would
be a good place for a cutoff when performing host inlining.
|