search for: setgcstring

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

Did you mean: getgcstring
2014 Dec 05
9
[LLVMdev] Future plans for GC in LLVM
...Context. In theory, this looses the ability for two different Modules to have the same collector with different state, but I know of no use case for this. - Modify the primary Function::getGC/setGC interface to return a reference the GCStrategy object, not a string. I will provide a Function::setGCString and getGCString. - Extend the GCStrategy class to include a notion of which compilation strategy is being used. The two choices right now will be Legacy and Statepoint. (Longer term, this will likely become a more fine grained choice.) - Separate GCStategy and related pieces from the GCFuncti...