libunwind-devel
[Top][All Lists]
Advanced

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

Re: [libunwind] backtrace on EM64T


From: David Mosberger-Tang
Subject: Re: [libunwind] backtrace on EM64T
Date: Mon, 21 Nov 2005 20:22:14 -0800

On 11/21/05, "Arun Sharma (अरुण)" <address@hidden> wrote:

> Through a quick grep of the sources, I can't locate anything
> problematic. mempool.h suggests that this is a design guarantee.
>
> So I'm assuming that this is a non-problem for the userspace libunwind.
> Please let me know if you think otherwise.

User-space libunwind assumes that mmap() doesn't acquire any locks so
that's what it's using.  Of course, via dynamic linking magic,
somebody could redefine mmap() to something that does acquire locks,
but there isn't much we can do about that (doing a syscall directly
from libunwind might be an option, but it's non-portable and could
potentially cause other problems).

BTW: You mentioned sigprocmask() showing up high in the profile.  With
caching, that should pretty much disappear (assuming you have
libatomic_ops installed at configure time).

As for the caching in DWARF2: IIRC, the structure you want to cache is
dwarf_cie_t.

  --david
--
Mosberger Consulting LLC, voice/fax: 510-744-9372,
http://www.mosberger-consulting.com/
35706 Runckel Lane, Fremont, CA 94536


reply via email to

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