On Tue, Apr 5, 2011 at 4:23 PM, Arun Sharma <[email protected]> wrote:

> Hopefully, this will be faster than pthread_getspecific() and may
> allow us to defer the call to pthread_setspecific() to a safer point.

Faster? Yes.

Safer? I don't see how. You are still calling pthread_setspecific from a
potentially unsafe context.

Thanks,
-- 
Paul Pluzhnikov

_______________________________________________
Libunwind-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/libunwind-devel

Reply via email to