public class GraalCompilerDirectives extends Object
Constructor and Description |
---|
GraalCompilerDirectives() |
Modifier and Type | Method and Description |
---|---|
static boolean |
inFirstTier()
Returns a boolean value indicating whether the method is executed in the first tier Truffle
compilation.
|
public static boolean inFirstTier()
PolyglotCompilerOptions.MultiTier
true
when executed in the first tier Truffle compilation, false
otherwise.