On Tuesday, 23 August 2016 at 22:15:33 UTC, John Colvin wrote:
If you have no patience for any bugs and must have the best
optimised code on windows, D isn't quite there yet. However, if
you can stomach a little pain, the reward is pretty good.
P.S. relying on the microsoft linker is not much different
(once it's installed) to relying on ld on linux.
Interestingly I found that LDC is crashing when I compile my code
from visual D but not from the command line. It looks like it's
using the same options but it's hard to tell exactly. I'll
investigate further tomorrow and give it another try.