[3.4 - BIB] New loop optimizer, part 4

Aaron Lehmann aaronl@vitelus.com
Tue Oct 15 21:08:00 GMT 2002


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.



More information about the Gcc-patches mailing list