dmd-x64

Pelle Månsson pelle.mansson at gmail.com
Thu Dec 24 04:36:25 PST 2009


On 12/24/2009 11:44 AM, alkor wrote:
>> D already has TLS. What exactly do you need?
> hmm ... i don't think so.
>
> i've worked out the following info:
> http://www.digitalmars.com/d/2.0/cpp0x.html#local-classes
> http://www.digitalmars.com/d/2.0/migrate-to-shared.html
>
> but "shared data" are not TLS or i misunderstand something
>
> whether you could give a TLS example?

int i;
void main() { }

compile with -vtls. :)



More information about the Digitalmars-d mailing list