Re: [PATCH AArch64] Make omit-frame-pointer work correctly

2013-03-28 Thread Marcus Shawcroft
On 28/03/13 17:55, Ian Bolton wrote: Currently, if you compile with -fomit-frame-pointer, the frame record and frame pointer are still maintained (i.e. There is no way to get the behaviour you are asking for!). This patch fixes that. It also makes sure that if you ask for no frame pointers in l

[PATCH AArch64] Make omit-frame-pointer work correctly

2013-03-28 Thread Ian Bolton
Currently, if you compile with -fomit-frame-pointer, the frame record and frame pointer are still maintained (i.e. There is no way to get the behaviour you are asking for!). This patch fixes that. It also makes sure that if you ask for no frame pointers in leaf functions then they are not generat