D vs C++ - Where are the benchmarks?

Mehrdad wfunction at hotmail.com
Thu Jul 4 13:46:12 PDT 2013


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?


More information about the Digitalmars-d mailing list