Supporting emulated tls

Jacob Carlborg doob at me.com
Sun Mar 25 07:29:25 PDT 2012


On 2012-03-23 12:55, Martin Nowak wrote:
>
> Just another point about TLS.
>
> extern(C) /*__thread*/ int foo;
>
> At some point you want to be able to access C++ TLS variables
> so emulation should not replace native TLS support.

So C++ TLS is not using the same implementation as the C extension __thread?

-- 
/Jacob Carlborg


More information about the D.gnu mailing list