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