This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug regression/21456] compile time regression(s) after gcc-4.0-20050326, 4.0 (+300%) 4.1 (+500%)


------- Additional Comments From andre dot maute at gmx dot de  2005-07-07 23:05 -------
oh well, once more the compiletime increased 
 
g++-4.1-20050604 -v 
Using built-in specs. 
Target: i686-pc-linux-gnu 
Configured with: ../gcc-4.1-20050604/configure --prefix=/opt/gcc-4.1-20050604 
--program-suffix=-4.1-20050604 --enable-shared --enable-languages=c,c++ 
--enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu 
--disable-nls --disable-checking --with-arch=pentium3 
Thread model: posix 
gcc version 4.1.0 20050604 (experimental) 
 
time g++-4.1-20050604 -c -O3 -D __NDEBUG__ compiletimetest2.cc 
real    1m34.055s 
user    1m31.347s 
sys     0m1.215s 
 
time g++-4.1-20050604 -c -O3 -D __DEBUG__ compiletimetest2.cc 
real    1m44.792s 
user    1m42.236s 
sys     0m1.117s 
 
g++-4.1-20050702 -v 
Using built-in specs. 
Target: i686-pc-linux-gnu 
Configured with: ../gcc-4.1-20050702/configure --prefix=/opt/gcc-4.1-20050702 
--program-suffix=-4.1-20050702 --enable-shared --enable-languages=c,c++ 
--enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu 
--disable-nls --disable-checking --with-arch=pentium3 
Thread model: posix 
gcc version 4.1.0 20050702 (experimental) 
 
time g++-4.1-20050702 -c -O3 -D __NDEBUG__ compiletimetest2.cc 
real    2m21.944s 
user    2m20.101s 
sys     0m1.146s 
 
time g++-4.1-20050702 -c -O3 -D __DEBUG__ compiletimetest2.cc 
real    2m33.524s 
user    2m32.146s 
sys     0m1.111s 
 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21456


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]