| Class | Description |
|---|---|
| BaseTier<C> | |
| CommunityCompilerConfiguration |
The default configuration for the community edition of Graal.
|
| EconomyCompilerConfiguration |
A compiler configuration that performs fewer Graal IR optimizations while using the same backend
as the
CommunityCompilerConfiguration. |
| EconomyHighTier | |
| EconomyLowTier | |
| EconomyMidTier | |
| HighTier | |
| HighTier.Options | |
| LowTier | |
| MidTier |
| Enum | Description |
|---|---|
| CEOptimization |
This class enumerates the most important platform-independent optimizations in the GraalVM CE
compiler.
|