Package org.teavm.model.optimization
Class DefaultInliningStrategy
- java.lang.Object
-
- org.teavm.model.optimization.DefaultInliningStrategy
-
- All Implemented Interfaces:
InliningStrategy
public class DefaultInliningStrategy extends Object implements InliningStrategy
-
-
Constructor Summary
Constructors Constructor Description DefaultInliningStrategy(int complexityThreshold, int depthThreshold, int totalComplexityThreshold, boolean onceUsedOnly)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InliningStepstart(MethodReference method, ProgramReader program)
-
-
-
Method Detail
-
start
public InliningStep start(MethodReference method, ProgramReader program)
- Specified by:
startin interfaceInliningStrategy
-
-