dmd -betterC

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 20 13:44:14 PDT 2017


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.


More information about the Digitalmars-d mailing list