On Mon, Jul 30, 2012 at 2:41 PM, Laurynas Biveinis <laurynas.bivei...@gmail.com> wrote: > I only remembered to add DEF_VEC_A handlgin to gengtype.c a second after > committing the previous patch [1]. > > Here it is, done as a follow up. With some luck, this will be short-lived > code because of the C++ conversion.
Hello Laurynas, Thanks for taking care of this. Unfortunately there seems to be a deeper problem with this PCH pointer rewriting stuff, it looks like gengtype generates code that runs in time quadratic in the GTY((length)) of a GTY array. See http://gcc.gnu.org/PR53880#c27 Could you please have a look at that problem, and see if you, with all your GTY-fu, see an easy way out? Thanks, Ciao! Steven