Timothee Cour:

is the following true?

int*[N] a=void;
foreach(i;N)
  a[i]=fillValue(i);// some leaks may occur during foreach loop
//at the next GC run, no more leaks due to that piece of code

I think so, but I am not an expert on GC matters, I have not yet written a similar GC.

Bye,
bearophile

Reply via email to