This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc 3.1 branch slowdown?
- From: "H. J. Lu" <hjl at lucon dot org>
- To: gcc at gcc dot gnu dot org
- Date: Sat, 20 Jul 2002 08:37:36 -0700
- Subject: gcc 3.1 branch slowdown?
I noticed a slowdown on 3.1 branch between 0709 and 0711.
1. "make bootstrap" on 0709 takes
real 34m43.021s
user 51m12.280s
sys 10m46.560s
2. "make bootstrap" on 0711 takes
real 40m26.992s
user 52m21.290s
sys 11m1.410s
3. "make bootstrap" on 0717 takes
real 52m55.189s
user 52m20.570s
sys 10m53.770s
BTW, it is on Linux/i686. Has anyone else seen it?
H.J.