[Issue 14431] [REG 2.067.0] huge slowdown of compilation speed
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Apr 19 22:15:00 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14431
--- Comment #6 from Martin Nowak <code at dawg.eu> ---
That orange library is a really terrible example. Why would someone use single
file compilation for object and header only to pack everything into a static
library.
If I do build everything at once (including headergen -Hfimport -op) this takes
400ms instead of 8.5s.
There is still a slowdown from 400ms to 450ms comparing 2.066.1 and 2.067.0.
Seems to be mostly cause by more allocations in the compiler.
--
More information about the Digitalmars-d-bugs
mailing list