public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug translator/18673] New: .statement line-number-range slow for large ranges
@ 2015-07-14 18:54 fche at redhat dot com
  0 siblings, 0 replies; only message in thread
From: fche at redhat dot com @ 2015-07-14 18:54 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=18673

            Bug ID: 18673
           Summary: .statement line-number-range slow for large ranges
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
          Assignee: systemtap at sourceware dot org
          Reporter: fche at redhat dot com
  Target Milestone: ---

We have at least two problems:

- that something like probe FOO.statement("*@*:1-99999999")  
  creates a very large linenos[] vector in dwarf_query::parse_function_spec

- and then in dwflpp::iterate_over_srcfile_lines, we iterate over each element
(line number) in collect_lines_for_single_lineno, repeating a large amount of
computation

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

only message in thread, other threads:[~2015-07-14 18:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-14 18:54 [Bug translator/18673] New: .statement line-number-range slow for large ranges fche at redhat 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).