Sender: nate AT cartsys DOT com Message-ID: <36100272.A9B270A9@cartsys.com> Date: Mon, 28 Sep 1998 14:41:06 -0700 From: Nate Eldredge MIME-Version: 1.0 To: Kev CC: djgpp AT delorie DOT com Subject: Re: Program goes wrong when optimized under gcc 2.8 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Kev wrote: > Well, Anyways...I usually don't use the -O options...I seem to get better > results using: > -m486 (Code optimized for 486) > -fomit-framepointer (saves an extra register) > -malign-doubles (seems to be faster for Pentiums) Are you serious? How are the results "better"? I suggest that you try the -O's if you haven't; GCC's code without it is often abysmal. -- Nate Eldredge nate AT cartsys DOT com