libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libunwind] frame sizes


From: David Mosberger
Subject: Re: [libunwind] frame sizes
Date: Tue, 28 Oct 2003 13:26:23 -0800

>>>>> On Tue, 28 Oct 2003 17:54:11 +1100, Keith Owens <address@hidden> said:

  Keith> On Mon, 27 Oct 2003 22:01:40 -0800, David Mosberger
  Keith> <address@hidden> wrote:
  >> ... I have been considering to add an "is_inner" function, which
  >> would return TRUE if a cursor is more deeply nested than another
  >> (you could then "!(is_inner(a, b) || is_inner(b, a))" as a
  >> frame-equality test).

  Keith> What about split stacks?

What I had in mind is that is_inner() would only be defined if "a" and
"b" are on the same (contiguous) stack.

        --david


reply via email to

[Prev in Thread] Current Thread [Next in Thread]