OS X libphobos2.so
Jacob Carlborg via Digitalmars-d
digitalmars-d at puremagic.com
Fri Nov 6 09:56:05 PST 2015
On 2015-11-06 18:15, bitwise wrote:
> The existing emulated TLS solution can be modified to work with shared
> libraries pretty easily. At present, I have no intention of trying to
> implement native TLS.
I don't see how it can be modified "pretty easily". You don't need
native TLS, but as far as I can see you basically need to do, in the
runtime, what the dynamic linker is already doing.
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list