On Monday, 3 April 2017 at 22:30:46 UTC, Walter Bright wrote:

Using a singleton in TLS is indeed memory safe, as long as you don't do things like keep a reference to it around and expect it not to change.

But those of us with the runtime disabled don't have TLS.
throwing, .destroy, TLS (and static this) are the fragmenting factors between runtime-free and D normal D.

Reply via email to