From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manfred Hollstein To: jason@cygnus.com Cc: jbuck@synopsys.com, egcs@cygnus.com Subject: Re: excessive memory consumption Date: Sat, 04 Oct 1997 13:54:00 -0000 Message-id: <199710042053.WAA00236@saturn.s-direktnet.de> References: <199709300033.RAA17703.cygnus.egcs@atrus.synopsys.com> X-SW-Source: 1997-10/msg00189.html On , 3 October 1997, 12:01:19, jason@cygnus.com wrote: Found it! In situations of recursive instantiation, there can be a lot of stuff compiled in the middle of compiling a given function, running up the label count. save_for_inline_copying creates new labels for everything between min_labelno and max_labelno, which can add up to a *lot* of space. Well, sounds great, but unfortunately, it doesn't work completely; I'm getting unresolved symbols from libstdc++.so (vtables for __case_table or so - sorry, removed the logfile too early) on i586-linux-gnulibc1. Without your patch to toplev.c everything is ok. Looks like we have to look further :-( -- Manfred Hollstein If you have any questions about GNU software: Hindenburgstr. 13/1 < mailto:manfred@s-direktnet.de > 75446 Wiernsheim, FRG < http://www.s-direktnet.de/HomePages/manfred/ > PGP key: < http://www.s-direktnet.de/HomePages/manfred/manfred.asc >