dmd -betterC

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 20 04:58:47 PDT 2017


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


More information about the Digitalmars-d mailing list