Study: build times for D programs

Ali Çehreli acehreli at yahoo.com
Tue Jul 24 18:38:09 PDT 2012


On 07/24/2012 04:54 PM, Joseph Rushton Wakeling wrote:

 > Language Compiler Compile time (s) Runtime (s)
 > D GDC 1.5 25.3
 > D DMD 0.4 52.1
 > C++ g++ 2.3 21.8
 > C++ Clang++ 1.8 27.6

Those C++ builds have very few C++ source files, right? In my experience 
each source file takes a few seconds each, except the most trivial ones, 
because the standard library headers are compiled over and over again. :/

Ali



More information about the Digitalmars-d mailing list