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

Reply via email to