On 3/11/07, Richard Guenther <richard.guenther@gmail.com> wrote:
> Yes, thanks. But what confuses me is that only mmap/sbrk memory usage
> went up (see also the report from the memory tester,
> http://gcc.gnu.org/ml/gcc-regression/2007-03/msg00004.html on geralds
> testcase) but not GC memory usage. Are any of the above mentioned
> structures heap-allocated? If not there might be a leak somewhere...
Declarators come from the declarator_obstack (see alloc_declarator in
cp/parser.c), so they won't show up in the GC...
TEMPLATE_PARM_INDEX's might not be common enough in your test case to matter?