From: Geza Herman Newsgroups: comp.os.msdos.djgpp Subject: Loop unrolling Date: Mon, 5 Jan 1998 09:19:13 +0100 Organization: Technical University of Budapest Lines: 11 Message-ID: NNTP-Posting-Host: kempelen.inf.bme.hu Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello! Why does the info of the GNU compiler say( in article -funroll-all-loops ): 'unrolling usually makes the program slower'? I think unrolling loops makes the program faster! Regards, Geza PS: I know that's not a DJGPP specific question( but GNU C ).