[Bug optimization/8361] [3.3/3.4 regression] C++ compile-time performance regression
s.bosscher@student.tudelft.nl
gcc-bugzilla@gcc.gnu.org
Fri Jun 13 19:47:00 GMT 2003
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 s.bosscher@student.tudelft.nl 2003-06-13 19:47 -------
Subject: Re: [3.3/3.4 regression] C++ compile-time
performance regression
Andrew,
If you are right about all those tree walks, check out my fix for 1687 (3.3 branch only, 3.4 is in the works).
http://gcc.gnu.org/PR1687. The idea is to simply use walk_tree_without_duplicates. Our front ends tend to produce horrible convoluted trees that makr walk_tree walks really slow sometimes.
Gr.
Steven
More information about the Gcc-bugs
mailing list