Enable per-thread unwind caching.
authorMilian Wolff <mail@milianw.de>
Sat, 31 May 2014 23:34:32 +0000 (01:34 +0200)
committerMilian Wolff <mail@milianw.de>
Mon, 2 Jun 2014 09:31:36 +0000 (11:31 +0200)
commit46cdade983b7447c8a2e0160b0fc52b90f7aeba2
treecb001fde77d2bad91091c0f6bb88963c514f5efe
parentc993d99fb65d1c1c62a2a5cd0b09212bff67edc4
Enable per-thread unwind caching.

This is much more performant as libunwind will not also add another
serialization point, it will also trigger calls to sigprocmask for
every mutex lock/unlock.
malloctrace.cpp