RFC: Pay-as-you-go, Portable D Runtime for Microcontrollers (and maybe more)
Mike via Digitalmars-d
digitalmars-d at puremagic.com
Tue May 5 00:48:14 PDT 2015
On Tuesday, 5 May 2015 at 06:56:52 UTC, Iain Buclaw wrote:
>
> Configure GDC with --disable-tls --disable-threads to get the
> desired behaviour (disabling only TLS just makes codegen
> fallback to emulated thread support).
I didn't know this. You mean if I configure with those options,
TLS variables will be treated as __gshared?
Mike
More information about the Digitalmars-d
mailing list