aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-08-08 17:48:09 -0700
committerUlrich Drepper <drepper@redhat.com>2009-08-08 17:48:09 -0700
commitefa0569d2bfdbb7367fce42b1c99821b85d2d3ba (patch)
tree73e7beba2f7ee1b08281621bc288ac47c3e55934 /nptl/ChangeLog
parent5d368296eafdf38a81228d118e772134734d6bb3 (diff)
downloadglibc-efa0569d2bfdbb7367fce42b1c99821b85d2d3ba.tar
glibc-efa0569d2bfdbb7367fce42b1c99821b85d2d3ba.tar.gz
glibc-efa0569d2bfdbb7367fce42b1c99821b85d2d3ba.tar.bz2
glibc-efa0569d2bfdbb7367fce42b1c99821b85d2d3ba.zip
Optimize x86-64 version of sem_timedwait.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 48fcc0fe09..5be464e2f2 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,8 @@
2009-08-08 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S (sem_timedwait):
+ Optimize code path used when FUTEX_CLOCK_REALTIME is supported.
+
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
(__pthread_cond_wait): Optimize by avoiding use of callee-safe
register.