Date: Thu, 28 Nov 1996 08:18:46 +0200 (IST) From: Eli Zaretskii To: Glen Miner Cc: kagel AT dg1 DOT bloomberg DOT com, djgpp AT delorie DOT com Subject: Re: Optimization In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 27 Nov 1996, Glen Miner wrote: > Umm, just a suggestion: this information _REALLY_ should find it's way > into the faq. I did do a quick check for this kind of info and didn't > come up with anything. The FAQ cannot be a treatise on optimizations, because the effect of each optimization switch depend *heavily* on the program. As I've said elsewhere, -O3 can make your program slower than -O2 (it surely makes it larger), and I have real-world programs to prove this. Explaining all these intricacies will make a good book, not a FAQ.