Disable GC entirely

Timon Gehr timon.gehr at gmx.ch
Sun Apr 7 13:28:14 PDT 2013


On 04/07/2013 12:59 PM, Paulo Pinto wrote:
> ...
>
> The current compilers just don't have the amount of investment in more
> than 20 years of code optimization like C++ has. You cannot expect to
> achieve that from one moment to the other.
> ...

GDC certainly has. Parts of the runtime could use some investment.

>
> Nowadays the only place I do manual memory management is when writing
> Assembly code.
>

I do not buy that. Maintaining mutable state is a form of manual memory 
management.



More information about the Digitalmars-d mailing list