search for: d7004

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

Did you mean: 7004
2015 May 25
2
[LLVMdev] GC Statepoint Transition Status?
...I am looking to utilize LLVM as the backend in an existing compiler for a garbage collected language, and have a question regarding the current and future support for precise GC in LLVM. It appears that gc.root is being phased out, with with breaking changes such as this: http://reviews.llvm.org/D7004 <http://reviews.llvm.org/D7004> Does this mean that gc.statepoint is ready for primetime (or will be for 3.7's release)? Also, will gc.root still be supported in 3.7 or later? My gut tells me to use statepoints, but after seeing a bunch of TODOs in its implementation in trunk (along wi...