Date: Mon, 8 Dec 1997 16:02:46 +0200 (IST) From: Eli Zaretskii To: "William A. Barath" cc: djgpp AT delorie DOT com Subject: Re: Pointer to ... and a question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 3 Dec 1997, William A. Barath wrote: > | `-O3' > | Optimize yet more. `-O3' turns on all optimizations specified by > | `-O2' and also turns on the `inline-functions' option. > > Which will make your program faster if it doesn't bloat it to the point > that it can no longer be efficiently cached... In my experience, the speedup is only seen when you compile relatively short functions. For real-life medium-size functions, -O3 will slow the code down more often than not.