From: Scott T. <ea...@ma...> - 2009-07-06 23:01:28
|
> > > > does not crash but runs out of memory as fast as it does without the > GC (well, actually much slower, as the GC is slow, but at the same > number of iterations). Ok. If it's not the garbage collector, how about an autorelease pool. Surround your code in the loop with a local autorelease pool and see if there might be some objective c objects hanging around longer that you want them to. |