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: [3.4 - BIB] New loop optimizer, part 4


On Wed, Oct 16, 2002 at 01:41:44AM +0200, Zdenek Dvorak wrote:
> +   {"old-unroll-loops", &flag_old_unroll_loops, 1,
> +    N_("Perform loop unrolling when iteration count is known") },
> +   {"old-unroll-all-loops", &flag_old_unroll_all_loops, 1,
> +    N_("Perform loop unrolling for all loops") },
> +   {"peel-loops", &flag_peel_loops, 1,
> +    N_("Perform loop peeling") },

You should add documentation for these, as well as the loop
unswitching option that gets added in one of the other patches.


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