This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Why doesn't -fomit-frame-pointer work(very well)?


On Mon, Apr 01, 2002 at 01:01:00PM -0500, Peter Barada wrote:
> Unfortunately passing paramters to child functions is a common
> construct...  Any ideas how best to fix this?

Use a soft frame pointer that is eliminated to either
the hard frame pointer or the stack pointer.

> Does frame pointer elimination work in other ports?

Yes.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]