Failure to dlopen libgomp due to static TLS data
Andrew Haley
aph@redhat.com
Sat Feb 14 13:46:00 GMT 2015
On 02/13/2015 10:23 PM, Rich Felker wrote:
> It seems misguided to try to save 0.5% of a 500ms startup time by
> choosing a hackish TLS model
No. I don't want a hackish TLS model. I want the bug fixed so that
the correct dynamic TLS model is fast if there is static TLS space
available, and automagically falls back to slow dynamic TLS if it's
not. That's how it worked for me last year, and lxo's patch is
supposed to fix it.
Andrew.
More information about the Gcc
mailing list