[RFC][AArch64] function prologue analyzer in linux kernel
Andrew Pinski
pinskia@gmail.com
Tue Jan 12 08:22:00 GMT 2016
On Tue, Jan 12, 2016 at 12:18 AM, Eric Botcazou <ebotcazou@adacore.com> wrote:
>> -fstack-usage does not work when there are VLAs or alloca's. So there
>> is no way to figure that part out without analysis of the actual
>> assembly code.
>
> No, -fstack-usage always works, i.e. its output can always be relied upon;
> when it cannot compute the maximum stack usage, it prints "unbounded".
Yes It works that way but that is not useful enough for what is needed
to do unwinding :).
>
> --
> Eric Botcazou
More information about the Gcc
mailing list