This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/8361] [3.4/4.0/4.1 regression] C++ compile-time performance regression
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Oct 2005 03:34:49 -0000
- Subject: [Bug rtl-optimization/8361] [3.4/4.0/4.1 regression] C++ compile-time performance regression
- References: <bug-8361-231@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #57 from pinskia at gcc dot gnu dot org 2005-10-13 03:34 -------
A semi recent 4.1 (the 10th) gives:
tree PTA : 1.60 ( 6%) usr 0.02 ( 1%) sys 1.73 ( 6%) wall
10338 kB ( 1%) ggc
tree alias analysis : 1.32 ( 5%) usr 0.19 (10%) sys 1.48 ( 5%) wall
18910 kB ( 3%) ggc
while 4.0 gave:
tree PTA : 0.50 ( 2%) usr 0.00 ( 0%) sys 0.48 ( 2%) wall
tree alias analysis : 0.73 ( 3%) usr 0.00 ( 0%) sys 0.76 ( 3%) wall
So this is definitely a 4.1 regression.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8361