libunwind-devel
[Top][All Lists]
Advanced

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

Re: [Libunwind-devel] [PATCH 14/19] Provide manual page for `unw_backtra


From: Arun Sharma
Subject: Re: [Libunwind-devel] [PATCH 14/19] Provide manual page for `unw_backtrace()'
Date: Sat, 8 Sep 2012 21:29:16 -0700

On Wed, Sep 5, 2012 at 4:50 AM, Tommi Rantala <address@hidden> wrote:

> +.PP
> +unw_backtrace()
> +is a convenient routine for obtaining the backtrace for
> +the calling program.

Could you also mention that on some architectures (eg: x86_64),
libunwind uses a higher performance method where only a minimal subset
of the machine context is used for unwinding? Also, in unusual cases
where the compiler spills the minimal subset above to another
register, we fall back to the normal unwinding method which uses the
full machine state.

> +.PP
> +David Mosberger\-Tang
> +.br
> +Email: address@hidden

Please list Lassi Tuura <address@hidden> as a co-author here.

 -Arun



reply via email to

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