public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug symtab/15412] New: Performance regression in "info {func,var,types} foo" (mostly info types).
@ 2013-04-27 21:34 dje at google dot com
  2013-05-17 10:09 ` [Bug symtab/15412] " tobias.hunger at digia dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: dje at google dot com @ 2013-04-27 21:34 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=15412

             Bug #: 15412
           Summary: Performance regression in "info {func,var,types} foo"
                    (mostly info types).
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: normal
          Priority: P2
         Component: symtab
        AssignedTo: unassigned@sourceware.org
        ReportedBy: dje@google.com
    Classification: Unclassified


In a large program I'm seeing a performance regression in
info {func,var,types} ^foo::(anonymous namespace)

For example, in 7.5 it takes 2 seconds, in 7.6 and cvs head it takes ~300
seconds.

I think there are multiple factors here because a comparison of gdb
before/after the type-pretty-printing patches of ~2012-11-12 I only see a perf
degradation from 2 seconds to 150 seconds.  So something after that is then
slowing things down from 150s to 300s.

Data point: If I hack "info {func,var,type}" to set type_print_options.raw = 1,
I get most (maybe all) the performance back.

It seems like we want type-pretty-printing for info types, but the performance
cost can be high.  Thus I'm thinking "info {func,var,types}" should have a /r
(raw) option.

OTOH, a lot of the cost can be reduced, I think, by caching lookups: the same
symbol is processed many(!!!) times.  The caching could be at multiple levels
(e.g., more than just simple symbol lookups), I'm not sure what's the best one
yet.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-02-20 23:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-27 21:34 [Bug symtab/15412] New: Performance regression in "info {func,var,types} foo" (mostly info types) dje at google dot com
2013-05-17 10:09 ` [Bug symtab/15412] " tobias.hunger at digia dot com
2013-05-19 13:50 ` xunxun1982 at gmail dot com
2013-05-24 13:49 ` asmwarrior at gmail dot com
2013-05-24 14:33 ` asmwarrior at gmail dot com
2013-05-29 12:23 ` andre.poenitz at digia dot com
2013-06-05  4:52 ` flq at live dot com
2014-01-25 21:02 ` altsysrq at gmail dot com
2014-06-16  1:39 ` asmwarrior at gmail dot com
2015-02-21 14:27 ` dje at google dot com

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