On 2015-05-22 18:12, Martin Nowak wrote:

One could also make emulated TLS work with shared libraries.

Yeah, but then you would need to implement something similar to the TLS code already present in the dynamic linker in druntime. Both alternatives would require changes to both the compiler and runtime. Hopefully implementing native TLS in the compiler would not be any more difficult than adding support for shared libraries to the emulated TLS.

--
/Jacob Carlborg

Reply via email to