From: Speed Newsgroups: comp.os.msdos.djgpp Subject: optimization question Date: Tue, 02 Dec 1997 19:17:23 -0800 Organization: Erol's Internet Services Lines: 11 Message-ID: <3484CF43.136E7339@remove-this.linux.dpilink.com> NNTP-Posting-Host: 207.96.74.133 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I was curious about using the -fomit-frame-pointer switch. What exactly is the effect of this? All I've read is that it makes an extra register available for use, and I didn't see much mention of it in the faq. When I compile with that switch, it causes problems with alot of my functions that use inline assembly. Is there something I need to preserve (push/pop) in order to make this work? Thanks. - Mark