This is the mail archive of the glibc-bugs@sourceware.org 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/19767] vdso is not used with static linking


https://sourceware.org/bugzilla/show_bug.cgi?id=19767

Carlos O'Donell <carlos at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlos at redhat dot com

--- Comment #1 from Carlos O'Donell <carlos at redhat dot com> ---
(In reply to Szabolcs Nagy from comment #0)
> vdso mechanism now uses ifunc dispatch which happens
> too early in the static linking case so the vdso
> mechanism is disabled even though the vdso mechanism
> could easily work with static linking too.
> 
> this means clock_gettime etc calls will go through
> slow syscalls in case of static linking.
> 
> bug 12813 was closed assuming performance does not
> matter of static linking, but i think it does.

I agree that performance matters. We should fix this if we can, but only as
long as it doesn't restrict the dynamically linked implementation.

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