On Fri, Dec 7, 2012 at 10:08 AM, Richard Biener <richard.guent...@gmail.com> wrote: > On Fri, Dec 7, 2012 at 1:05 AM, Steven Bosscher <stevenb....@gmail.com> wrote: >> Hello, >> >> ree.c's data structures are not GC-allocated, so its GTY markers and >> its TODO_ggc_collect are unnecessary. >> >> Will commit as obvious after the usual testing on my favourite platforms :-) > > IMHO TODO_ggc_collect should go and we should collect after each pass run.
IOPEHO (*) ggc_collect should go, period. I don't think that running it after each pass would be a good start: It would make any serious test with GCAC checking enabled almost impossible. In the mean time -- comments on my patch? Ciao! Steven (* In Other Peope's Equally Humble Opinions :-) )