This is the mail archive of the gcc@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]

Re: RFC: cache uses_template_parms in tree node?


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


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