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/18673] [4.0 Regression] Tree-PRE is O(N^4)


------- Additional Comments From dberlin at gcc dot gnu dot org  2004-11-26 23:00 -------
Actually, Tree-PRE is provably O(n^2). We just have a larger constant than we'd
like.
On all the branches i have checked out (tcb, mainline) 150 loops takes 30
seconds, not 160.

THis includes the constification patch i had posted, however, on these branches.
I can solve this problem once and for all by using a scoped bitmap set
representation instead of copying the sets around.

-- 


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


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