[Issue 17098] this programworked on DMD 2072.2, not it does not compile dmd 2073 any betas

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jan 17 15:05:27 PST 2017


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

Martin Nowak <code at dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|Windows                     |All
           Severity|regression                  |major

--- Comment #3 from Martin Nowak <code at dawg.eu> ---
> dmd -m64 ....

Which command are you using exactly to compile?

I'm getting extremely slow builds when passing -O, that's due to the huge
amount of statements your throwing at the compiler (in the mixin).
But this is not new, 2.072 is as slow at optimizing it as well, so it might be
a duplicate of issue 7157.

If you really need the optimization, both gdc and ldc are doing better with
this, though it still takes them a considerable amount of time.

--


More information about the Digitalmars-d-bugs mailing list