Why are the nogc crowed labeled as alarmists?!?!

bearophile via Digitalmars-d digitalmars-d at puremagic.com
Fri Jul 18 06:57:36 PDT 2014


Dominikus Dittes Scherkl:

> The very little rest is things like exceptions, delegates and 
> closures - because I have no idea how to use them with manual 
> memory management. So unfortunately I have to avoid them in RT 
> code.

Some closures can be avoided with "scope", and some exception 
allocations can be moved where they don't harm. This doesn't 
solve all problems, but improves the situation a little (hard-RT 
code should avoid exceptions).

Bye,
brarophile


More information about the Digitalmars-d mailing list