> > Index: lto-section-in.c
> > ===
> > --- lto-section-in.c(revision 202047)
> > +++ lto-section-in.c(working copy)
> > @@ -414,6 +414,41 @@ lto_get_function_in_decl_state (struct l
> >return slot? ((struct lto_in_
On Wed, 28 Aug 2013, Jan Hubicka wrote:
> Hi,
> this patch saves almost 1Gb of GGC reachable memory for firefox.
> Currently we point to all streamed in trees from global decl in state and from
> function specific states. The states are big and they dangle pointers.
> This patch gets rid of stat
Hi,
this patch saves almost 1Gb of GGC reachable memory for firefox.
Currently we point to all streamed in trees from global decl in state and from
function specific states. The states are big and they dangle pointers.
This patch gets rid of states we do not need.
We run GGC collect just once du