This is the mail archive of the systemtap@sources.redhat.com mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: function-exit probes += ppc64


Hi -

On Thu, Feb 24, 2005 at 10:59:21PM -0800, Chen, Brad wrote:

> Tail call removal doesn't only happen with recursion.  It's also
> common if you have a procedure that ends with a call to another
> procedure that is called from only one location. [...]

Actually I suspect we can get away with not dealing specially with
tail/sibling calls at all.  We would miss the moment of the nested
call, or its own logical return, true.  But there is a real return at
the bottom of all those tail calls, and that would go through the
target function's stored, intercepted return address.

- FChE

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]