[dmd-internals] shared static this() and shared static ~this()

Sean Kelly sean at invisibleduck.org
Tue Jan 5 14:24:43 PST 2010


On Jan 5, 2010, at 2:20 PM, Walter Bright wrote:

> I've checked in changes to dmd and druntime to support these.
> 
> Still missing is the actual call to _moduleTlsCtor() upon thread creation in druntime, and the corresponding call to _moduleTlsDtor().

And I guess a call to the same routine in _dmain2.d before the unit tests are run?  I'd be happy to make the changes, unless you were waiting on something.


More information about the dmd-internals mailing list