Incorporating D
deadalnix
deadalnix at gmail.com
Fri Jan 25 21:23:40 PST 2013
On Friday, 25 January 2013 at 21:33:15 UTC, q66 wrote:
>> D's GC does not have serious problems. The only issue is
>> controversial status of GC.
>>
>
> D's GC has inherent issues with false positives, sometimes
> freeing memory that you don't really want freed, causing
> (sometimes hidden) bugs that are pretty much impossible to
> debug.
That is very wrong. False positive are the exact opposite :
memory that isn't freed.
And it statistically never occurs on 64 bits systems.
More information about the Digitalmars-d
mailing list