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 nptl/16630] Use SYSENTER for pthread_cond_broadcast/signal() (i.e. fix "FIXME: Ingo" issue)


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

Torvald Riegel <triegel at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |triegel at redhat dot com
         Resolution|---                         |FIXED
   Target Milestone|---                         |2.25

--- Comment #10 from Torvald Riegel <triegel at redhat dot com> ---
The new condition variable does not use custom assembly code anymore but uses
the generic syscall implementation (through that being used in the Linux futex
wrappers), which should use sysenter if that's available.  Thus, this should be
fixed.

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