| Class | Description |
|---|---|
| CollectDeoptimizationSourcePositionsPhase |
This phase collects
NodeSourcePosition for deoptimizations. |
| DeadStoreRemovalPhase | |
| MethodSafepointInsertionPhase |
Adds safepoints to loops.
|
| OptimizeExceptionCallsPhase |
Optimizes the calls to runtime exception handler methods.
|
| RemoveUnwindPhase |
The
exception handling mechanism of Substrate VM is
capable of jumping over methods that have no exception handler registered. |
| TrustedInterfaceTypePlugin |