Daniel Jacobowitz - Re: [PATCH][C++] Fix PR29433, make C++ use a lot less time/memory (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing 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] |
- From: Daniel Jacobowitz
- To: Michael Matz
- Cc: Mark Mitchell , Richard Guenther , Gabriel Dos Reis , gcc-patches at gcc dot gnu dot org
- Date: Tue, 20 Feb 2007 11:21:29 -0500
- Subject: Re: [PATCH][C++] Fix PR29433, make C++ use a lot less time/memory
- References: 20061211174548.GA7094@nevyn.them.org Pine.LNX.4.64.0612121519200.29962@wotan.suse.de 20061212150652.GA18750@nevyn.them.org Pine.LNX.4.64.0612121723070.29962@wotan.suse.de 457EF130.5040902@codesourcery.com Pine.LNX.4.64.0612131535100.29962@wotan.suse.de 4580405A.4000109@codesourcery.com <Pine.LNX.4.64.0702201500170.25448@wotan.suse.de> <20070220143731.GA8544@caradoc.them.org> <Pine.LNX.4.64.0702201602540.25448@wotan.suse.de>
On Tue, Feb 20, 2007 at 05:04:49PM +0100, Michael Matz wrote:
That's better, but is it really correct? Think about a name like:
N1::TAN1::A
(the DIE being nested in the one for namespace N1). Current g++ would emit the name "TAN1::A", and I guess gdb doesn't try to fiddle with the template arguments itself, so that would work.
Right. The arguments are currently informative - thus the whole goal of moving them to DIEs, where they can be understood better by tools.
-- Daniel Jacobowitz CodeSourcery
- References:
- Re: [PATCH][C++] Fix PR29433, make C++ use a lot less time/memory
* From: Michael Matz - Re: [PATCH][C++] Fix PR29433, make C++ use a lot less time/memory
* From: Daniel Jacobowitz - Re: [PATCH][C++] Fix PR29433, make C++ use a lot less time/memory
* From: Michael Matz
- Re: [PATCH][C++] Fix PR29433, make C++ use a lot less time/memory
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |