This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Re: Speed/profile of gcc3.4 (fwd)


re-sent to gcc-patches with [PATCH] subject, as suggested.

On Tue, 20 Jan 2004, Richard Guenther wrote:

> Btw. - looking at walk_tree_without_duplicates and the associated
> walk_tree in tree-inline.c - we're putting all visited trees in the
> hashtab.  Can't we avoid putting trees inside there that can't be shared?
> Maybe at least optimize this in the for_each_template_param case?

Like at least cleaning the stuff a little bit up as in the attached patch
(just fell out while trying to get what it's actually doing...).

Richard.

--
Richard Guenther <richard dot guenther at uni-tuebingen dot de>
WWW: http://www.tat.physik.uni-tuebingen.de/~rguenth/

Attachment: p
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]