Disable GC entirely

Manu turkeyman at gmail.com
Wed Apr 10 20:36:57 PDT 2013


On 11 April 2013 10:53, Walter Bright <newshound2 at digitalmars.com> wrote:

> On 4/8/2013 5:06 AM, Jacob Carlborg wrote:
>
>> I don't know. The thread safe example probably works better with an
>> annotated
>> type than nogc.
>>
>
> @nogc would have to be enforced by the compiler. Furthermore, it's viral
> in that much of the runtime library would have to be gone through and
> marked @nogc, otherwise it would be fairly useless.
>
> It's a fairly intrusive change.
>

As a key user, I can't say I'd even want to use this. I'd rather just see
time put into improving the GC, making it more practical/flexible ;)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20130411/0899001f/attachment.html>


More information about the Digitalmars-d mailing list