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

Walter Bright walter at digitalmars.com
Tue Jan 5 14:20:33 PST 2010


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().


More information about the dmd-internals mailing list