On 26 June 2017 at 04:23, Mike via D.gnu <d.gnu@puremagic.com> wrote: > On Sunday, 25 June 2017 at 10:18:04 UTC, Mike wrote: > >> Compile Speed >> ============= >> It takes about 1 minute 30 seconds to build and link the STM32 demo >> resulting in a 6kB binary. That's pretty bad, but I suspect that's a DMD >> CTFE problem. > > > I'm been informed that this PR (https://github.com/dlang/dmd/pull/6418) may > fix this. I just my test it today if I can get it to compile with GDC. > > Do you accept cherry-picked PRs like this? >
Looks like it would be best to apply these PRs in the order listed: https://github.com/dlang/dmd/pull/5276 https://github.com/dlang/dmd/pull/5948 https://github.com/dlang/dmd/pull/6418 Regards Iain.