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?

Reply via email to