Tango vs Phobos

Jarrett Billingsley kb3ctd2 at yahoo.com
Sun Aug 10 07:18:22 PDT 2008


"Lars Ivar Igesund" <larsivar at igesund.net> wrote in message 
news:g7mboq$qcl$1 at digitalmars.com...

> Also as long as closures are allocated on stack, that is likely to be 
> rather
> detrimental to the performance.

Heap.

That is another major blocker for me besides const.  Most of my code uses 
nested functions that are never supposed to be closures, and this "feature" 
would cause it all to unnecessarily allocate memory. 





More information about the Digitalmars-d mailing list