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/55092] [4.8 Regression] LRA doesn't scale


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-10-26 22:13:09 UTC ---
It isn't LRA that doesn't scale, it is var-tracking memory clobbering that
needs improvements, but it would be nice to analyze what are the changes that
LRA does compared to reload that make var-tracking to take that much longer and
whether the generated code is better or worse.  If it is better, this is just
PR54402 dup.


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