[RFC PATCH glibc] pthread_setspecific: Provide signal-safety across keys
Florian Weimer
fw@deneb.enyo.de
Wed Oct 18 21:34:00 GMT 2017
* Mathieu Desnoyers:
> I understand that there is a performance benefit in using
> the initial-exec model over the global-dynamic. Given liburcu
> tends to be used on fast-paths, should I simply move all
> liburcu TLS variables to the IE model ?
That should be okay.
The situation for dlopen will improve because we will eventually offer
some tuning knobs, so that it's possible to increase the reserve in
anticipation of future dlopen calls.
Right now, if your libraries are compatible with LD_PRELOAD, that
would also be a workable solution, I think.
More information about the Libc-alpha
mailing list