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)?



pbarada@mail.wm.sps.mot.com said:
> Is there anything else that I'm missing? 

You should mark the register as a FIXED, so that the compiler won't ever 
try to use it for anything else.

The ARM target also has FRAME_POINTER_REGNO in the GENERAL_REGS and 
ALL_REGS classes.

R.


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