This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/10952] Single Stepping into functions is very slow when notsetting LD_BIND_NOW env variable


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

--- Comment #4 from dje at google dot com 2012-05-01 18:08:49 UTC ---
Another data point for the same example:

gcov for symtab.c, find_pc_sect_symtab has this:

 32582676: 1968:  ALL_PRIMARY_SYMTABS (objfile, s)
        -: 1969:  {
   206414: 1970:    bv = BLOCKVECTOR (s);
   206414: 1971:    b = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);

A case for having a list of the symtabs with block vectors not polluted by
symtabs without block vectors (or rather share theirs with the primary - the
include files) ?

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]