Displaying 1 result from an estimated 1 matches for "gcstategy".
Did you mean:
gcstrategy
2014 Dec 05
9
[LLVMdev] Future plans for GC in LLVM
...tring. 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
GCFunctionInfo/GCModuleInfo/GCMetadataPrinter lowering code. At first,
this will simply mean clarifying documentation and rearranging code a bit.
- Document/clarify the callbacks used to customize the lowering. Decide
which of these make sense to preserve and documen...