On Wed Dec 26 10:27:33 2007, doughera wrote: > On Mon, 24 Dec 2007, James Keenan via RT wrote: >
> > > > Okay, so if only 1 of the 4 possible values for the --gc option works, > > why shouldn't we (or, I, as the cage cleaner in this area) just rip out > > the code for the 3 non-working values? > > They almost work. If they did work, they would probably be helpful in > tracking down hard-to-isolate-but-maybe-garbage-collection bugs. Making > them work would also be a good test of whether parrot's memory allocation > model is sufficiently well-specified and encapsulated. > Okay, then I will leave the code untouched for now and simply modify the comments to better reflect their status per the above. Thanks for the quick response. kid51