| Interface | Description |
|---|---|
| PartialEvaluatorConfiguration | |
| TruffleCompilationIdentifier | |
| TruffleCompilerBase |
This interface declares additional methods from
TruffleCompilerImpl which are not
declared in TruffleCompiler, but which existing code has come to rely on by casting
instances to TruffleCompilerImpl. |
| TruffleStamp |
Experimental.
|
| Class | Description |
|---|---|
| CommunityPartialEvaluatorConfiguration | |
| EconomyPartialEvaluatorConfiguration | |
| GraphTooBigBailoutException | |
| PartialEvaluator |
Class performing the partial evaluation starting from the root node of an AST.
|
| PEAgnosticInlineInvokePlugin | |
| PerformanceInformationHandler | |
| PostPartialEvaluationSuite | |
| PostPartialEvaluationSuite.InlineReplacementsPhase | |
| TruffleCompilerConfiguration | |
| TruffleCompilerImpl |
Coordinates partial evaluation of a Truffle AST and subsequent compilation via Graal.
|
| TruffleCompilerImpl.CancellableTruffleCompilationTask |
Wrapper around a
TruffleCompilationTask which also implements Cancellable to
allow co-operative canceling of truffle compilations. |
| TruffleConstantFieldProvider | |
| TruffleDebugContextImpl |
Implementation of
TruffleDebugContext in terms of DebugContext. |
| TruffleTierConfiguration | |
| TruffleTierContext |