This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Huge Increase in Unstripped Executable Size G++ 2.95 to 3.2
- From: Richard Henderson <rth at redhat dot com>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: snyder <snyder at fnal dot gov>, gcc at gcc dot gnu dot org
- Date: Fri, 28 Feb 2003 18:05:49 -0800
- Subject: Re: Huge Increase in Unstripped Executable Size G++ 2.95 to 3.2
- References: <20030228110236.30112033.bkoz@redhat.com> <yr8vfz4ul1s.fsf@yaphank-clued0.fnal.gov> <20030228230316.GA25419@redhat.com> <1046482884.5171.210.camel@doubledemon.codesourcery.com>
On Fri, Feb 28, 2003 at 05:41:24PM -0800, Mark Mitchell wrote:
> Instead, why not apply the same logic to the TYPE nodes themselves, and
> set DECL_IGNORED?
Do we even have this information available? I don't think
we do. The VAR_DECL nodes from automatic variables should
be gone by this time.
We could perhaps have started out with some sort of mark
on TYPE nodes, which starts unset, and is set only when
some DECL that makes it to debug info makes use of it.
This, however, would be a rather large change, I think.
r~