about unroll loops
ã¬B
taurus-zheng@163.com
Fri Nov 29 06:09:00 GMT 2002
I am a new user of gcc.
I have written a small code loop.c like this:
main()
{
int a[16];
int i;
for(i=0;i<16;i++)
a[i]=3;
return;
}
I wanted to unroll the loop, so I compile it use the command
"gcc -unroll-all-loops -S loop.c", then I look up the loop.s,
but the loop is not unroolled. Please tell me the reason.
Thank you.
=============================================================
Ãã¸Ãç¸ç±¾µÃÃÃüÃëÃã½»ÃÃü»á-ÃÃÃ
äêÃê á¸ÃÃÃÃ
®Ã¥µ®ÃãÃéù http://dating.163.com/
ÃøÃÃÃ
ÃÃôþñÃÃ̬̿£¬¸ÃÃö¼ÃõÃ÷Ãæ£¡ http://auctions.163.com/zhuanqu/fashion/
Ãâ·ÃÃÃÃ佡¿µÃ±¶¾´óÃö¯£¡ http://popme.163.com/freemail/index.html
More information about the Gcc
mailing list