public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* stack frame size
@ 2009-08-02  5:52 Dineth
  0 siblings, 0 replies; only message in thread
From: Dineth @ 2009-08-02  5:52 UTC (permalink / raw)
  To: gcc

Assume the following code.

F()
{
    ...
    A();
}

A is called inside F, I want to analyze the stack frame size of F()
when A is called. Can this be done in gcc? Note that there may be
multiple paths leading to the call site of A(). Which IR should I use?

Thanks.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-02  5:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-02  5:52 stack frame size Dineth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).