On Mon, Apr 4, 2011 at 9:01 PM, Arun Sharma <[email protected]> wrote:
> Could you also add a test case to Ltest-nomalloc, so we catch any > mallocs in the fast unwind path? Thanks. That may not be easy: AFAICT glibc pthread_setspecific doesn't call calloc all the time; only when there are more than PTHREAD_KEY_2NDLEVEL_SIZE (== 32) keys, and even then only the first time for a block of keys. I'll try to make a test case anyway. Thanks! -- Paul Pluzhnikov _______________________________________________ Libunwind-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/libunwind-devel
