On Fri, Dec 07, 2012 at 10:51:39AM +0100, Steven Bosscher wrote: > On Fri, Dec 7, 2012 at 10:42 AM, Steven Bosscher wrote: > > In the mean time -- comments on my patch? > > Oh, never mind, I forgot I was going to commit this as obvious :-)
I'd say removing the GTY(()) on a struct that is never GC allocated nor interesting to PCH is obvious, the removal of TODO_ggc_collect is not so. Right now it is set by passes that expect to potentially create enough GC garbage that a collection might be desirable. You haven't explained why you think it is the case of ree.c. Jakub