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/12419] [3.3 Regression] Performance regression: poor optimization of const memory


------- Additional Comments From jakub at gcc dot gnu dot org  2004-09-28 13:31 -------
I think 3.3 should probably stay as is.
RTX_UNCHANGING_P turned out to be a can of bugs, there were many changes in that
area in GCC 3.4 (and gcc-3_3-rhl-branch that has basically same code as 3.4 for
that) and there is no single safe patch that can be applied to 3.3.
Either we backport all RTX_UNCHANGING_P changes in 3.4 and exchange one set of
bugs with another one, or keep 3.3 as is.
HEAD got rid of RTX_UNCHANGING_P altogether, so there these kinds of bugs aren't
lurking anymore.

-- 


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


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