On Sunday, 29 April 2012 at 22:13:22 UTC, Manu wrote: > Is it technically possible to have a precise GC clean up all > unreferenced > memory in one big pass? yes, but unless it's also moving/compacting... one would suffer memory fragmentation... so I would imagine TempAlloc is a better fit?