How does a C++ compiler implement thread local storage in C++0x?

Viewed 6198

How does c++ complier implement thread local storage in C++0x

I have searched this in google. But I can't find anything about this.

Does anyone have any material about this ??

3 Answers
Related