Closures and Memory Management

Eric Poggel (JoeCoder) dnewsgroup2 at yage3d.net
Wed Apr 20 18:37:51 PDT 2011


On 4/20/2011 7:07 PM, Andrew Wiley wrote:
> I'm working on a project that looks like it'll need manual memory
> management (the end goal is to get it running on ARM using GDC, where
> the GC doesn't seem to behave (that goal might be unrealistic, but I can
> hope))

I wonder if it would be useful to have a "static" phobos project, a 
subset/replacement of standard library functions that can behave without 
a garbage collector.

Are there enough situations D is a good fit but garbage collection is not?


More information about the Digitalmars-d mailing list