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.

Reply via email to