I'm trying to improve the D front-end for GCC(GDC).
I just got the d front-end compiling with GCC-4.3.1. But it took an awful long time compared to build it when I used GCC-4.1.2. This is the version of gdc:
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../configure --enable-languages=d --prefix=/usr/local/gdc --enable-static --disable-shared
Thread model: posix
gcc version 4.3.1 (GCC)
I would say that it took close to 30 minutes to build, but when using 4.1.2, it took around 10 minutes. How can I decrease the time it takes? All I am going to do is make changes to what is inside the D folder, nothing else.