[Bug rtl-optimization/55092] [4.8 Regression] LRA doesn't scale
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Oct 26 22:13:00 GMT 2012
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.
More information about the Gcc-bugs
mailing list