This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/9] Add the low level infrastructure for pthreads lock elision with TSX


> 
> This code is run from elision_init which is in .init_array or .preinit_array.
> 
> You should have all the functionality of the C library by that point?

pthread has some magic that makes it run early.

> 
> Don't C++ static constructors are run from these?
> 
> What problems did you have localizing this?

I didn't try to localize this, but I had lots of problems with 
other services earlier (e.g. simple getenv does not work)

-Andi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]