Displaying 1 result from an estimated 1 matches for "neededsafepoint".
Did you mean:
neededsafepoints
2011 Oct 31
2
[LLVMdev] Adding a custom GC safe point creation phase
...string>
@@ -68,6 +69,8 @@
bool CustomReadBarriers; //< Default is to insert loads.
bool CustomWriteBarriers; //< Default is to insert stores.
bool CustomRoots; //< Default is to pass through to backend.
+ bool CustomSafePoints; //< Default is to use NeededSafePoints
+ // to find safe points.
bool InitRoots; //< If set, roots are nulled during
lowering.
bool UsesMetadata; //< If set, backend must emit metadata
tables.
@@ -87,7 +90,9 @@
/// needsSafePoitns - True if safe points of any kind...