Re: Building DMD with DMD or LDC

2016-10-16 Thread Johan Engelen via Digitalmars-d-learn
On Saturday, 15 October 2016 at 07:39:31 UTC, ketmar wrote: On Friday, 14 October 2016 at 15:13:58 UTC, Jonathan M Davis wrote: On Thursday, October 13, 2016 19:07:44 Nordlöw via Digitalmars-d-learn wrote: Is there a large speed difference in compilation time depending on whether the DMD used

Re: Building DMD with DMD or LDC

2016-10-16 Thread ketmar via Digitalmars-d-learn
On Saturday, 15 October 2016 at 07:39:31 UTC, ketmar wrote: p.s. this is all about GNU/Linux on x86 arch. for other OS/arch it may be completely different.

Re: Building DMD with DMD or LDC

2016-10-16 Thread ketmar via Digitalmars-d-learn
that it really matters. that is, maybe in some corner cases the difference will be noticable, but most of the time building dmd with ldc/gdc means only "let's wait significantly longer for nothing".

Re: Building DMD with DMD or LDC

2016-10-14 Thread Nordlöw via Digitalmars-d-learn
On Friday, 14 October 2016 at 06:05:21 UTC, Daniel Kozak wrote: This seems like a bug to me, you should fill an issue on ldc github tracker. Can you try it with latest stable ldc (1.0)? Done: https://github.com/ldc-developers/ldc/issues/1829

Re: Building DMD with DMD or LDC

2016-10-14 Thread Jonathan M Davis via Digitalmars-d-learn
e from compiling Phobos, I don't have any projects large enough for it to matter (but it clearly matters on larger projects). Now, the folks using Windows wouldn't have seen the same performance hit as those using one of the POSIX OSes (since dmc uses the same backend as dmd), but presumably, buildi

Re: Building DMD with DMD or LDC

2016-10-14 Thread Daniel Kozak via Digitalmars-d-learn
Dne 14.10.2016 v 00:06 Nordlöw via Digitalmars-d-learn napsal(a): On Thursday, 13 October 2016 at 19:28:11 UTC, Daniel Kozak wrote: You can easy try it. Just build dmd with dmd, than with ldc. And then try to compile DMD frontend with both dmd versions :) Dne 13.10.2016 v 21:07 Nordlöw via

Re: Building DMD with DMD or LDC

2016-10-13 Thread Nordlöw via Digitalmars-d-learn
On Thursday, 13 October 2016 at 19:28:11 UTC, Daniel Kozak wrote: You can easy try it. Just build dmd with dmd, than with ldc. And then try to compile DMD frontend with both dmd versions :) Dne 13.10.2016 v 21:07 Nordlöw via Digitalmars-d-learn napsal(a): Is there a large speed difference in

Re: Building DMD with DMD or LDC

2016-10-13 Thread Daniel Kozak via Digitalmars-d-learn
You can easy try it. Just build dmd with dmd, than with ldc. And then try to compile DMD frontend with both dmd versions :) Dne 13.10.2016 v 21:07 Nordlöw via Digitalmars-d-learn napsal(a): Is there a large speed difference in compilation time depending on whether the DMD used is built using

Building DMD with DMD or LDC

2016-10-13 Thread Nordlöw via Digitalmars-d-learn
Is there a large speed difference in compilation time depending on whether the DMD used is built using DMD or LDC?