search for: customsafepoints

Displaying 1 result from an estimated 1 matches for "customsafepoints".

2011 Oct 31
2
[LLVMdev] Adding a custom GC safe point creation phase
...ot;llvm/Support/Registry.h" #include <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 @@ /// nee...