Date: Sat, 21 Oct 2000 08:54:28 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <7458-Sat21Oct2000085428+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.5h In-reply-to: <8squfu$cso$1@slb6.atl.mindspring.net> (marp@0.0.0.0) Subject: Re: Runtime Speed Optimization References: <39F0EBB3 DOT 375FEFCE AT email DOT com> <8squfu$cso$1 AT slb6 DOT atl DOT mindspring DOT net> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Marp" > Newsgroups: comp.os.msdos.djgpp > Date: Fri, 20 Oct 2000 22:21:44 -0400 > > Turning on the optimizer with the -O3 switch is exactly what you want to do. Not necessarily: in many cases -O3 makes the program slower, especially with the small cache sizes a 486 usually has. > and when you link, use the -s switch. ???? The -s switch has no effect whatsoever on how the code runs.