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 rtl-optimization/19097] [3.4/4.0/4.1 regression] Quadratic behavior with many sets for the same register in gcse CPROP


------- Additional Comments From steven at gcc dot gnu dot org  2005-03-05 23:37 -------
I don't think this will be fixed for 4.1, unless we kick out implicit 
sets from gcse, or all of gcse.  The former may be possible if our 
const/copy prop at the tree level is good enough, but I wouldn't count 
on it. 

-- 


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


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