This is the mail archive of the libc-alpha@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]

X86-64 vsyscall is removed from Linux kernel 3.1.


Hi,

X86-64 vsyscall has been removed from Linux kernel 3.1 and
has been emulated with syscall instruction.  So for kernel 3.1
and above, vsyscall is slower than direct syscall instruction.
I think glibc should try vdso first and fall back to direct syscall
instruction.

-- 
H.J.


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