This is the mail archive of the gcc-patches@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]

Re: [patch] for PR 18687


	This patch has a good effect if -funroll-loops also is enabled,
but a very bad effect without.  For instance, on our tests, swim loses
nearly 20% performance with the patch when using options

-O2 -mcpu=power4

versus

-O2 -mcpu=power4 -funroll-lops -fpeel-loops

David


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