This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [3.3] C++ PATCH: Reduce size of saved bindings.
- From: Michael Matz <matz at suse dot de>
- To: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- Cc: <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 4 Mar 2003 23:46:54 +0100 (CET)
- Subject: Re: [3.3] C++ PATCH: Reduce size of saved bindings.
Hi,
On 4 Mar 2003, Gabriel Dos Reis wrote:
> This patch appears isolated, but in reality it is is member of a
> series of patches to fix compile-time performance regression.
> The reason I committed is that it does a single logical thing.
> Having a large patch that does many things does help nobody.
I see, and agree.
> The net benefit of the series of patches to follow reduces the
> excessive amount of time reported in name lookup phase.
Cool enough for me ;)
Ciao,
Michael.