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: Devang Patel <dpatel at apple dot com>, snyder <snyder at fnal dot gov>, gcc at gcc dot gnu dot org
- Date: Mon, 3 Mar 2003 09:46:51 -0800
- Subject: Re: Huge Increase in Unstripped Executable Size G++ 2.95 to 3.2
- References: <48BB9C7A-4B9F-11D7-A292-0003935AAA26@apple.com> <3690000.1046652171@localhost>
On Sun, Mar 02, 2003 at 04:42:51PM -0800, Mark Mitchell wrote:
> Yes, but this is the right thing to do. In fact, what we should do is, at
> the end of the translation unit, go through and discard all trees that we
> won't need, and show the back end only those trees that are needed.
No disagreement here. Unless someone gets ambitious though, I
don't see this happening before 3.5.
r~