Package com.oracle.truffle.api
Interface CompilerOptions
- All Known Implementing Classes:
DefaultCompilerOptions
public interface CompilerOptions
Allows options to be set to control the compilation of a specific
RootNode
, without
creating a dependency on the specific compiler used. Options can be tested for support before
setting.-
Method Summary
-
Method Details
-
supportsOption
-
setOption
-