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 target/27855] [4.3/4.4/4.5 regression] reassociation causes the RA to be confused



------- Comment #34 from rguenth at gcc dot gnu dot org  2010-01-19 16:17 -------
Re-confirmed.  -fsched-pressure -fschedule-insns helps recover some of the
performance, ivopts adds its share as well as re-association.

Scheduling is probably limited by ivopts producing TMRs and w/o ivopts
by plain INDIRECT_REFs.  None of which are handled by the alias-export to RTL.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2007-12-11 05:57:28         |2010-01-19 16:17:28
               date|                            |


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


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