public static class InliningPhase.Options extends Object
| Modifier and Type | Field and Description |
|---|---|
static OptionKey<Boolean> |
AlwaysInlineIntrinsics |
static OptionKey<Integer> |
MethodInlineBailoutLimit
This is a defensive measure against known pathologies of the inliner where the breadth of
the inlining call tree exploration can be wide enough to prevent inlining from completing
in reasonable time.
|
| Constructor and Description |
|---|
Options() |