This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc 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 libc/250] New: perfomance of elf/do-lookup.h for c++


Hi, 
 
last year the KDE hackers improved the speed of the GNU linker for c++ 
programs. One part of the patch reimplemented the symbol lookup. As c++ symbols 
are very long (specifically for STL and BOOST code) and don't differ in the 
beginning the idea was just to compare from right to left. 
 
I'm not sure how glibc handles this but a short look to do-lookup.h (glibc 
2.3.2) shows me the use of strcmp(). Could a variant of the binutils patch 
applied here too? 
 
 
Cheers, 
André

-- 
           Summary: perfomance of elf/do-lookup.h for c++
           Product: glibc
           Version: 2.3.2
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: Woebbeking at web dot de
                CC: glibc-bugs at sources dot redhat dot com


http://sources.redhat.com/bugzilla/show_bug.cgi?id=250

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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