Loop unrolling

Richard Henderson rth@cygnus.com
Fri Jun 12 13:45:00 GMT 1998


On Fri, Jun 12, 1998 at 05:16:24PM -0300, Alexandre Oliva wrote:
> for (i=0; i<10; ++i) {{;;}}

for (i = 0; i < 10; ++i) __asm __volatile ("" : );

cannot be removed.  no need for special syntax.


r~



More information about the Gcc-patches mailing list