public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Symbol Table Lookup
@ 2005-08-03 21:03 Sp3cial K
  0 siblings, 0 replies; only message in thread
From: Sp3cial K @ 2005-08-03 21:03 UTC (permalink / raw)
  To: gdb

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-08-03 21:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-03 21:03 Symbol Table Lookup Sp3cial K

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).