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]

Re: Loop unrolling


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~


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