This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: hi need help on unrolling
- From: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- To: vijayanand hongal <vijayanand_k_h at yahoo dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 28 Apr 2004 16:33:33 +0200
- Subject: Re: hi need help on unrolling
- References: <20040428060509.44312.qmail@web11902.mail.yahoo.com>
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