Something needs to happen with shared, and soon.
Jonathan M Davis
jmdavisProg at gmx.com
Tue Nov 13 19:40:16 PST 2012
On Tuesday, November 13, 2012 22:12:12 Michel Fortin wrote:
> I tend to have very little global state in my code, so
> shared-by-default is not something I have to fight with very often. I
> do agree that thread-local is a better default.
Thread-local by default is a _huge_ step forward, and in hindsight, it seems
pretty ridiculous that a language would do anything else. Shared by default is
just too horrible.
- Jonathan M Davis
More information about the Digitalmars-d
mailing list