On Wednesday, January 09, 2013 22:14:15 SomeDude wrote:
> If everything is preallocated and reused, does it really matter
> whether there is a GC or not ?

It would if the GC were running in the background (which isn't currently the 
case for D's default GC), but other than that, it would just affect program 
shutdown, because that's when the GC would actually run. If the GC isn't run,
it can't affect anything.

- Jonathan M Davis

Reply via email to