public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
From: "Sp3cial K" <ikiwibebe@hotmail.com>
To: gdb@sources.redhat.com
Subject: Symbol Table Lookup
Date: Wed, 03 Aug 2005 21:03:00 -0000	[thread overview]
Message-ID: <BAY105-F542D2AB5CF8F5CB1503ACBAC50@phx.gbl> (raw)

I'm trying to optimize the symbol lookup to speed up the process for a test. 
  The test need to be run over and over again, does anyone know a good way 
to reduce the time spent in looking up symbols and symtabs?

The following functions takes too long to finish (especially 
lookup_partial_symbol, which is referenced lots of times):
find_pc_sect_psymbol
lookup_transparent_type
lookup_partial_symbol
find_pc_sect_psymtab
lookup_block_symbol

The following functions also takes a long time:
msymbol_hash_iw
lbasename
lookup_symbol_aux_psymtabs
lookup_partial_symtab
lookup_symbol_aux_symtabs

Thanks!

~K


                 reply	other threads:[~2005-08-03 21:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=BAY105-F542D2AB5CF8F5CB1503ACBAC50@phx.gbl \
    --to=ikiwibebe@hotmail.com \
    --cc=gdb@sources.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).