Go 1.5

Robert M. Münch via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Sep 21 04:54:10 PDT 2015


On 2015-09-19 17:56:21 +0000, thedeemon said:

> If we carefully use addRoot() and addRange() for data directly pointing 
> to GC heap I think we don't need to let GC scan everything that can 
> lead to this data. This is error-prone in general, of course.

Well, that's a different name for malloc & free...

I don't see any value in using a GC that needs addRoot / addRange, then 
I can do manual memory management as well.

-- 
Robert M. Münch
http://www.saphirion.com
smarter | better | faster



More information about the Digitalmars-d-announce mailing list