Class SafePoints
java.lang.Object
org.qbicc.plugin.gc.common.safepoint.SafePoints
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic BasicBlockBuilderCreate the basic block builder for the selected strategy.static voidstatic voidselectStrategy(CompilationContext ctxt, SafePoints.Strategy strategy)
-
Method Details
-
selectStrategy
-
enqueueMethods
-
createBasicBlockBuilder
public static BasicBlockBuilder createBasicBlockBuilder(BasicBlockBuilder.FactoryContext fc, BasicBlockBuilder delegate) Create the basic block builder for the selected strategy.- Parameters:
fc- the factory context (must not benull)delegate- the delegate basic block builder (must not benull)- Returns:
- the basic block builder (not
null)
-