GC vs. Manual Memory Management Real World Comparison

Rob T rob at ucora.com
Fri Oct 26 15:53:16 PDT 2012


On Friday, 26 October 2012 at 14:21:51 UTC, bearophile wrote:
> But in the main() I have also had to use a deprecated "delete", 
> because otherwise the GC doesn't deallocate the arrays and the 
> program burns all the memory (setting the array to null and 
> using GC.collect() isn't enough). This is not good.
>

Is this happening with dmd 2.060 as released?





More information about the Digitalmars-d-announce mailing list