public class GraalCompilerOptions extends com.oracle.truffle.api.impl.DefaultCompilerOptions
Modifier and Type | Field and Description |
---|---|
private int |
minInliningMaxCallerSize |
private int |
minTimeThreshold |
Constructor and Description |
---|
GraalCompilerOptions() |
Modifier and Type | Method and Description |
---|---|
private static int |
getInteger(String name,
Object value) |
int |
getMinInliningMaxCallerSize() |
int |
getMinTimeThreshold() |
void |
setOption(String name,
Object value) |
boolean |
supportsOption(String name) |
private int minTimeThreshold
private int minInliningMaxCallerSize
public GraalCompilerOptions()
public boolean supportsOption(String name)
supportsOption
in interface com.oracle.truffle.api.CompilerOptions
supportsOption
in class com.oracle.truffle.api.impl.DefaultCompilerOptions
public void setOption(String name, Object value)
setOption
in interface com.oracle.truffle.api.CompilerOptions
setOption
in class com.oracle.truffle.api.impl.DefaultCompilerOptions
private static int getInteger(String name, Object value)
public int getMinTimeThreshold()
public int getMinInliningMaxCallerSize()