From: Daniel Jacobowitz <drow@mvista.com>
To: Andrew Cagney <ac131313@redhat.com>
Cc: Will Cohen <wcohen@redhat.com>, gdb@sources.redhat.com
Subject: Re: Slow handling of C++ symbol names
Date: Thu, 20 Nov 2003 16:19:00 -0000 [thread overview]
Message-ID: <20031120161915.GA1282@nevyn.them.org> (raw)
In-Reply-To: <3FBCE71B.7060100@redhat.com>
On Thu, Nov 20, 2003 at 11:08:59AM -0500, Andrew Cagney wrote:
> >
> >Have you tried a more recent version of GDB? This may have been
> >improved. Definitely some startup time issues were fixed.
>
> Nothing in the ChangeLogs jumped out.
Well, I remember fixing some startup time issues since then :P For
instance, the cache shared between minimal and partial symbols should
cut demangling time about in half.
> >Also, the demangler actually comes from GCC, not GDB.
>
> I don't see GCC being motivated to fix it though :-(
>
> > All we can do is
> > try to call it less often.
>
> Which leads to the question. Why does GDB demangle symbols? My
> simplistic understanding of the code is that GDB only needs the "iw"
> (a.k.a., demangled string up to but excluding the lparen and ignoring
> white space) part of the symbol in the search table (the rest isn't so
> critical and can be constructed on-demand).
A substantial amount of demangling is needed to produce the part of
the symbol before the lparen; consider templates. Also, we need the
full names in the minimal symbol for break 'foo(int)' with quotes to
work. And there are assumptions of unique symbol names in our
hashing/searching, IIRC.
I'm sure there are tricks we can do to cut down on how early or often
we demangle, but it still seems to be necessary.
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
next prev parent reply other threads:[~2003-11-20 16:19 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <3FBBDC27.50204@redhat.com>
2003-11-19 21:13 ` Daniel Jacobowitz
2003-11-20 16:09 ` Andrew Cagney
2003-11-20 16:19 ` Daniel Jacobowitz [this message]
2003-11-20 16:54 ` Andrew Cagney
2003-11-20 16:58 ` Daniel Jacobowitz
2003-11-21 17:58 ` Daniel Jacobowitz
2003-11-26 14:27 ` Andrew Cagney
2003-11-26 16:24 ` Will Cohen
2003-11-26 20:48 ` Andrew Cagney
2003-11-26 20:45 ` Will Cohen
2003-12-02 22:09 Michael Elizabeth Chastain
2003-12-02 22:23 ` Ian Lance Taylor
2003-12-02 22:29 ` Daniel Jacobowitz
2003-12-03 18:52 ` Andrew Cagney
2003-12-02 22:38 Michael Elizabeth Chastain
2003-12-03 16:48 Michael Elizabeth Chastain
2003-12-03 16:52 ` David Carlton
2003-12-03 16:58 ` Ian Lance Taylor
2003-12-03 17:08 ` Daniel Jacobowitz
2003-12-03 17:34 ` Ian Lance Taylor
2003-12-03 17:38 ` Daniel Jacobowitz
2003-12-03 17:54 ` Ian Lance Taylor
2003-12-03 19:57 Michael Elizabeth Chastain
2003-12-03 20:16 ` Daniel Jacobowitz
2003-12-03 20:14 Michael Elizabeth Chastain
2003-12-03 20:17 Michael Elizabeth Chastain
2003-12-03 20:27 Michael Elizabeth Chastain
2003-12-03 20:35 ` Ian Lance Taylor
2003-12-03 22:30 Michael Elizabeth Chastain
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20031120161915.GA1282@nevyn.them.org \
--to=drow@mvista.com \
--cc=ac131313@redhat.com \
--cc=gdb@sources.redhat.com \
--cc=wcohen@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox