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/21182] [4.9/5/6 Regression] gcc can use registers but uses stack instead


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21182

Jeffrey A. Law <law at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |law at redhat dot com

--- Comment #18 from Jeffrey A. Law <law at redhat dot com> ---
I just checked this with the trunk.  While we're generating better code for
-UNAIL_REGS vs -NAIL_REGS, we still regressed.  For reference:

-O2 -DNAIL_REGS 91 references to %esp
-O2 -UNAIL_REGS 27 references to %esp

Similarly for -O3.

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