Exceptions in @nogc code

deadalnix via Digitalmars-d digitalmars-d at puremagic.com
Sun Apr 2 13:28:55 PDT 2017


On Sunday, 2 April 2017 at 18:41:45 UTC, Adam D. Ruppe wrote:
> On Sunday, 2 April 2017 at 18:16:43 UTC, Johannes Pfau wrote:
>> I do not want GC _allocation_ for embedded systems (don't even
>> want to link in the GC or GC stub code) ;-)
>
> Then don't use operator `new`... you're probably using some 
> kind of custom druntime anyway.

Yes I think it is fair to assume one will have to jump through 
some hoops if one doesn't use want to use the runtime. That's 
fine.



More information about the Digitalmars-d mailing list