show size of stack needed by functions

Ian Lance Taylor iant@google.com
Wed Oct 13 23:50:00 GMT 2010


Sebastian <sebastianspublicaddress@googlemail.com> writes:

> I think, the reason that the linker only gives a list of referenced
> symbols per file name, and not per function, is that it can't do better.
> I doesn't know where the code of a function starts and ends. Does it?

It does, at least when using ELF.  The cref output could be better.

Ian



More information about the Gcc mailing list