dmd -betterC

Guillaume Piolat via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 20 05:11:51 PDT 2017


On Tuesday, 20 June 2017 at 11:58:47 UTC, Jacob Carlborg wrote:
> 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.

About macOS 32-bit. Am I the only user? Things are OK now.
The older LDCs will work targeting newer macOS 32-bit for a while 
I guess, so maybe 32-bit can be phased out (especially TLS which 
I don't use).
Not sure who else uses it.



More information about the Digitalmars-d mailing list