Proposal: Exceptions and @nogc

Guillaume Piolat via Digitalmars-d digitalmars-d at puremagic.com
Wed Apr 5 07:35:18 PDT 2017


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.


More information about the Digitalmars-d mailing list