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

Unrolling loops


Hi,

I was looking at the binary output from a simple loop that's been
compiled with -funroll-all-loops and I noticed that gcc will only
unroll a loop if the loop repeats less than 16 times.  Is there a
way to turn this off?  Is there a reason for it?

Thank you very much!
-Joe


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