| Class | Description |
|---|---|
| CollectDeoptimizationSourcePositionsPhase |
This phase collects
NodeSourcePosition for deoptimizations. |
| DeadStoreRemovalPhase | |
| OptimizeExceptionPathsPhase |
Optimizes the probability of branches that go to exception handlers.
|
| RemoveUnwindPhase |
The
exception handling mechanism of Substrate VM is capable of jumping
over methods that have no exception handler registered. |
| SubstrateSafepointInsertionPhase |
Adds safepoints to loops and at method ends.
|
| TrustedInterfaceTypePlugin |