www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1997/03/07/06:55:15

From: ao950 AT FreeNet DOT Carleton DOT CA (Paul Derbyshire)
Newsgroups: comp.os.msdos.djgpp
Subject: Re: Loop unrolling: What is it?
Date: 7 Mar 1997 07:48:28 GMT
Organization: The National Capital FreeNet
Lines: 36
Message-ID: <5foh8c$5po@freenet-news.carleton.ca>
References: <Pine DOT SUN DOT 3 DOT 91 DOT 970303130541 DOT 9009A-100000 AT is> <5ffjqj$g5a AT nr1 DOT toronto DOT istar DOT net>
Reply-To: ao950 AT FreeNet DOT Carleton DOT CA (Paul Derbyshire)
NNTP-Posting-Host: freenet3.carleton.ca
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp


> a;
> a;
> a;
> a;


Or, if the loop counter is used,

i=0;
a;
i++;
a;
i++;
a;
i++;
a;
i++;



or

a(0);
a(1);
a(2);
a(3);

(This represents using a constant value 0, 1, 2, and then 3 in sequence)

--
    .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
 -()  <  When I go to the theater, I always go straight to the "bag and mix"
    `*'  bulk candy section...because variety is the spice of life... [me]
Paul Derbyshire ao950 AT freenet DOT carleton DOT ca, http://chat.carleton.ca/~pderbysh

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019