https://issues.dlang.org/show_bug.cgi?id=14431

--- Comment #6 from Martin Nowak <c...@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.

--

Reply via email to