On 2017-06-20 03:51, Walter Bright wrote:
Is getting a whole lot better:

https://github.com/dlang/dmd/pull/6918

You can now build D executables that do not link in anything from Phobos - only from the standard C library.

How is TLS handled? I know at least macOS 32bit requires the "___tls_get_addr" druntime function. Not sure if anyone cares about macOS 32bit.

Does the TLS implementation depend on druntime on any other platforms?

--
/Jacob Carlborg

Reply via email to