GC blessed for C++ (again)

finalpatch via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Fri Sep 30 04:53:52 PDT 2016


On Friday, 30 September 2016 at 03:42:27 UTC, deadalnix wrote:
> GC is unnacceptable !
>
> Ho ! a deferred and unordered destruction library, really cool !
>
> Is there intelligent life in the C++ world ?

I think the difference is that the solution is scoped to only 
those objects that you chose to use GC on, rather than GC 
everything by default.  Because the GC is limited to a small set 
of objects and is done in a controlled manner, this avoids 
unpredictable pauses and problems with interop with external 
libraries.



More information about the Digitalmars-d-announce mailing list