------- Comment #1 from rguenth at gcc dot gnu dot org  2009-12-19 12:15 -------
We free too many DECL and TYPE contexts which confuses dwarf2out.c.  Now in the
end the contexts shouldn't drag in too many extra trees though

1) we'd need support for streaming NAMESPACE_DECLs

2) we should be able to get rid of most abstract DECLs and references to them,
they are the source of most bloat in the lto streams for C++ code.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-12-19 12:15:48
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42425

Reply via email to