Loop Unroll

"Alkaid" <lxh@arch.cs.pku.edu.cn>
18 May 2001 23:51:16 -0400

          From comp.compilers

Related articles
Loop Unroll lxh@arch.cs.pku.edu.cn (Alkaid) (2001-05-18)
Re: Loop Unroll mike@dimmick.demon.co.uk (Mike Dimmick) (2001-05-21)
Re: Loop Unroll gvmt@bgl.vsnl.net.in (Venkatesha Murthy G.) (2001-05-21)
Re: Loop Unroll samiam@cisco.com (Scott Moore) (2001-05-21)
Re: Loop Unroll rkrayhawk@aol.com (2001-05-21)
Re: Loop Unroll christian.bau@isltd.insignia.com (Christian Bau) (2001-05-22)
| List of all articles for this month |

From: "Alkaid" <lxh@arch.cs.pku.edu.cn>
Newsgroups: comp.compilers
Date: 18 May 2001 23:51:16 -0400
Organization: Peking University,Beijing,China
Keywords: optimize, question
Posted-Date: 18 May 2001 23:51:15 EDT

Hi,


When we do ILP optimization, loop unrolling is a kind of method.
But there is a question: if loop time is a big prime number, how to unroll
the loop?
e.g. when loop time is 100, I can unroll the loop 4 times to get a new one
which has 25 iterations. What shall I do if the loop time is 101?


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.