On Thursday, 4 July 2013 at 19:51:34 UTC, Jonathan M Davis wrote: > It's perfectly possible to implement a GC - even D's GC - in > C++. I don't see how. There is no way to inspect the stack, static data segments, etc. for GC roots in standard C++. How would you possibly be able to find the roots?