shared libs for OSX
Jacob Carlborg via Digitalmars-d
digitalmars-d at puremagic.com
Sat May 23 09:47:06 PDT 2015
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
More information about the Digitalmars-d
mailing list