GraalCompiler
.See: Description
Interface | Description |
---|---|
CompilerThreadFactory.DebugConfigAccess |
Capability to get a thread-local debug configuration for the current thread.
|
Class | Description |
---|---|
CompilerThread |
A compiler thread is a daemon thread that runs at
Thread.MAX_PRIORITY and executes in the
context of a thread-local debug configuration. |
CompilerThreadFactory |
Facility for creating compiler threads.
|
GraalCompiler |
Static methods for orchestrating the compilation of a graph.
|
GraalCompiler.Options | |
GraalCompiler.Request<T extends CompilationResult> |
Encapsulates all the inputs to a compilation.
|
GraalDebugInitializationPropertyProvider |
Sets system properties used in the initialization of
Debug based on the values specified
for various GraalDebugConfig options. |
LIRGenerationPhase | |
LIRGenerationPhase.LIRGenerationContext |
GraalCompiler
.