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/16158] [3.5 Regression] O(N^2) in tree-ssa-pre.c


------- Additional Comments From dberlin at dberlin dot org  2004-07-13 17:56 -------
Subject: Re:  [3.5 Regression] O(N^2) in tree-ssa-pre.c

>>
>> This is *not* a 3.5 regression, because tree-ssa-pre.c didn't exist
>> before 3.5
>> :)
>
> But the compile time is a regression though so that makes it a 
> regression.
>
> :)
>
There is no compile time regression for this case anymore.
PRE takes no timeable amount of time anymore (with checking off. With 
checking on, it's 0% or 1%, at 0.1 seconds)



-- 


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


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