www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Suggestion: Build windows DMD with MSVC

reply Manu <turkeyman gmail.com> writes:
Building DMD with MSVC results in a compiler that runs MUCH MUCH faster.
In the interest of making DMD releases as fast as possible, this should be
standardised.
May 31 2013
next sibling parent reply "bearophile" <bearophileHUGS lycos.com> writes:
Manu:

 Building DMD with MSVC results in a compiler that runs MUCH 
 MUCH faster.
 In the interest of making DMD releases as fast as possible, 
 this should be
 standardised.
How much faster? And how much time does it take to compile DMD itself? I compile DMD almost every day, so I am interested in keeping this time quite low. (On Windows I use G++ v.4.8, isn't it good enough to compile DMD, instead of MSVC?) Bye, bearophile
May 31 2013
parent Manu <turkeyman gmail.com> writes:
On 1 June 2013 12:02, bearophile <bearophileHUGS lycos.com> wrote:

 Manu:


  Building DMD with MSVC results in a compiler that runs MUCH MUCH faster.
 In the interest of making DMD releases as fast as possible, this should be
 standardised.
How much faster? And how much time does it take to compile DMD itself? I compile DMD almost every day, so I am interested in keeping this time quite low. (On Windows I use G++ v.4.8, isn't it good enough to compile DMD, instead of MSVC?)
Are the releases not built with DMC? Last time I tried to build DMD, it was configured to use DMC by default. I'm sure GCC would also be fine.
May 31 2013
prev sibling parent reply "Joseph Rushton Wakeling" <joseph.wakeling webdrake.net> writes:
On Friday, 31 May 2013 at 23:32:36 UTC, Manu wrote:
 Building DMD with MSVC results in a compiler that runs MUCH 
 MUCH faster.
... Numbers? Purely out of academic curiosity, as I'm a GNU/Linux user :-)
May 31 2013
parent Benjamin Thaut <code benjamin-thaut.de> writes:
Am 01.06.2013 04:13, schrieb Joseph Rushton Wakeling:
 On Friday, 31 May 2013 at 23:32:36 UTC, Manu wrote:
 Building DMD with MSVC results in a compiler that runs MUCH MUCH faster.
... Numbers? Purely out of academic curiosity, as I'm a GNU/Linux user :-)
I haved measured it exactly but its alt least twice as fast.
Jun 01 2013