This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/8361] [3.3/3.4 regression] C++ compile-time performance regression
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jun 2003 19:00:28 -0000
- Subject: [Bug optimization/8361] [3.3/3.4 regression] C++ compile-time performance regression
- References: <20021025133601.8361.pfeifer@dbai.tuwien.ac.at>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8361
------- Additional Comments From pinskia@physics.uc.edu 2003-06-13 19:00 -------
It loooks like gcc is walking the tree too much which slows down the complation, I will look into
when it is doing it, aka inlining or another time.