@nogc
Andrei Alexandrescu via Digitalmars-d
digitalmars-d at puremagic.com
Thu Jul 10 23:42:58 PDT 2014
On 7/10/14, 10:45 PM, Philpax wrote:
>
> I also have misgivings about this - while it's the easiest solution (as
> I noted in my previous post), it's also antithetical to @nogc. If one
> rips out the GC entirely, these exceptions end up leaking memory which
> is arguably an even bigger problem, especially on memory-constrained
> platforms.
Yah, I'd be hoping that @nogc guarantees you can actually not link the
gc. -- Andrei
More information about the Digitalmars-d
mailing list