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/34176] [4.3 Regression] SCCVN breaks gettext



------- Comment #17 from matz at gcc dot gnu dot org  2007-11-22 22:51 -------
We could also save the deletes by using a tick counter, but with that patch
the hash tables will be mostly small anyway, so emptying them should be fast
enough I hope.  And of course we won't get as optimal results as the RPO
algorithm from the paper, no idea if that's possible without having this
bug.


-- 


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


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