Official compiler

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Thu Feb 25 14:03:47 PST 2016


On 2/25/2016 1:50 PM, Andrei Alexandrescu wrote:
> Good to know, thanks! -- Andrei

DMD did slow down because it was now being compiled by DMD instead of g++. Also, 
dmd was doing multithreaded file I/O, but that was removed because speed didn't 
matter <grrrr>.

As I said, keeping the compiler speed up is a constant battle.

Currently, dmd makes zero user of multicore. I didn't know that ldc did.


More information about the Digitalmars-d mailing list