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 #2 from dje at google dot com 2012-05-21 01:19:57 UTC ---
Hmmm,

write_psymbols:

      /* We only want to add a given psymbol once.  However, we also            
         want to account for whether it is global or static.  So, we            
         may add it twice, using slightly different values.  */
      if (is_static)
        {
          uintptr_t val = 1 | (uintptr_t) *psymp;

          lookup = (void *) val;
        }
      else
        lookup = *psymp;

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