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 tree-optimization/21304] [4.0/4.1 regression] very long compile times with large cpp file from kdebindings


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-24 00:04 -------
Most of the time is spent checking for avoiding duplicates in tree-ssa-alias.c:1625-1627.

Again maybe a hash table or something to mark it as being aliased already.

-- 


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


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