This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PR21391: pruning unused debugging types (c++ bits)
- From: Richard Henderson <rth at redhat dot com>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: Aldy Hernandez <aldyh at redhat dot com>, Mark Mitchell <mark at codesourcery dot com>, gcc-patches at gcc dot gnu dot org
- Date: Fri, 5 May 2006 09:33:41 -0700
- Subject: Re: PR21391: pruning unused debugging types (c++ bits)
- References: <20060505010849.GA11989@redhat.com> <200605050113.k451DtRh013876@earth.phy.uc.edu>
On Thu, May 04, 2006 at 09:13:55PM -0400, Andrew Pinski wrote:
> Maybe I am too worried but what happens if the function is not going to be
> emitted and are we now going to emitt too many types with this?
You should look closer at the implementation, then. It's
already keyed to the function.
r~