[cxx-abi-dev] thread_local CONstructors

Jason Merrill jason at redhat.com
Mon Sep 24 15:57:37 UTC 2012


On 09/24/2012 11:47 AM, Jason Merrill wrote:
> It just makes me sad to have a runtime penalty even for variables that are statically initialized.

And I guess this means that we can't treat thread_local and __thread as 
equivalent; __thread will still need to require static initialization 
for C compatibility.

Jason



More information about the cxx-abi-dev mailing list