This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: cache uses_template_parms in tree node?
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Richard Guenther <rguenth at tat dot physik dot uni-tuebingen dot de>
- Cc: gcc at gcc dot gnu dot org, Mark Mitchell <mark at codesourcery dot com>
- Date: 22 Jan 2004 16:47:27 +0100
- Subject: Re: RFC: cache uses_template_parms in tree node?
- Organization: Integrable Solutions
- References: <Pine.LNX.4.53.0401221132190.14384@bellatrix.tat.physik.uni-tuebingen.de>
Richard Guenther <rguenth@tat.physik.uni-tuebingen.de> writes:
| Hi!
|
| To address the for_each_template_parm() performance problem, would it be
| possible to cache the outcome of uses_template_parms() in the tree
| node? Or would this caching somehow be invalidated later?
It has been agreed (some time ago) that uses_template_parms() should
go away instead of being tweaked.
-- Gaby