Hello Everyone,
I have a question regarding using frame pointers. I have a scenario
where I need to use the frame for certain functions and for the other functions
it can optimize it out. I see there is a flag called
"-fno-omit-frame-pointer", which will keep the frame pointer for all the
functions. Is there a way I can keep/remove the frame for a per-function basis?
If this functionality is not present in GCC and if I want to add such a
functionality, where/how should I go about implementing it?
Any help is greatly appreciated!
Thanks,
Balaji V. Iyer.
P.S. Please CC me when you respond to this message.