Mail Archives: djgpp/1997/12/03/22:16:13
From: | Speed <speed AT remove-this DOT linux DOT dpilink DOT com>
|
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
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
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
- Raw text -