On 6/20/2017 4:58 AM, Jacob Carlborg wrote:
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?
For a C implementation that doesn't support TLS, using it in D with -betterC won't work.