This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: shlib-compat.h


Roland McGrath <roland@frob.com> writes:

> That is just not true.  There is _dl_check_map_versions, called on each
> object loaded, that does work linear in the number of version sets.

This is completely neglectable.

> Indeed the names are just names, and the content of the names does
> not matter.  But it *is* meaningful to have two distinct version
> sets instead of one, and in the cases we are talking about it is
> desireable to have only one.

It makes it very much harder for somebody who has no access to the
platform using this to find out which files are involved.  Function
names hould be unique over all platforms.  This is the only possible
way one can identify problems and report solutions.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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