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.CompilerOptionssupportsOption in class com.oracle.truffle.api.impl.DefaultCompilerOptionspublic void setOption(String name, Object value)
setOption in interface com.oracle.truffle.api.CompilerOptionssetOption in class com.oracle.truffle.api.impl.DefaultCompilerOptionsprivate static int getInteger(String name, Object value)
public int getMinTimeThreshold()
public int getMinInliningMaxCallerSize()