Are there any plans for auto memory management?
What are the advantanges of manually managing memory…does it conserve memory in the long run?
I have noticed in .Net Windows Applications – they are very sluggish – is this partly due to the garbage collector not working correctly?
On Mac — There’s garbage collection already on 10.5.
On iPhone — No (as of 4.0).
See When NOT to use garbage collection?