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 symtab/14125] Performance issue with .gdb_index and largenumbers of shared libs


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

--- Comment #1 from dje at google dot com 2012-05-20 14:57:41 UTC ---
For this my plan is to indicate in the index whether a symbol is in
GLOBAL_BLOCK or STATIC_BLOCK.

Another thing that I've been wondering about is adding an indication of whether
a symbol is a type, function, variable, etc.  IIRC there's a performance issue
where that would help (I need to try to find it - IWBN to only change the index
format once).

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