Migrating to Shared

Brian Palmer d at brian.codekitchen.net
Tue May 12 14:13:03 PDT 2009


Walter Bright Wrote:

> I wrote a brief article which should help:
> 
> http://www.digitalmars.com/d/2.0/migrate-to-shared.html

I like this development, the only thing that makes me wary is the implied TLS behavior. I think I'd personally prefer it if tls was a keyword as well, and all globals had to have either tls or shared (or __gshared) in their type, rather than defaulting to tls if none is specified. So we'd force the programmer to explicitly define the level of sharing. 

Some might view that as too verbose though?



More information about the Digitalmars-d mailing list