This is the mail archive of the libc-hacker@sources.redhat.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]
Other format: [Raw text]

Re: [PATCH] __attribute__((visibility(...))) for ld.so


Jakub Jelinek <jakub@redhat.com> writes:

> This patch makes ld.so on ia32 smaller by another 1KB and on ia64 by 1.5KB
> by killing some unnecessary memory dereferences.

Very cool.  The gcc changes as well.  It removes another 1-2% in
startup time.  The patch is in, thanks.

Now we should do the same thing for non-static variables which are not
exported from libc.so and the other DSOs.

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