This is the mail archive of the gcc@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: hi need help on unrolling


Hello,

> i wanted to know whether we can control the number of
> times the unrolling in loop optimization?
> if so how is it done?

have a look at --param max-unrolled-insns, --param
max-average-unrolled-insns and --param max-unroll-times.

Zdenek


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