summaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-07-18 08:53:18 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-18 08:53:18 -0700
commit92618c954ff3c729c490f93bd15e621930656a47 (patch)
tree458e350da7e01689fed14d9b5c5fb7d301d719ba /nptl/ChangeLog
parent30b1954abb02aa7ba8136fe728820cd769052efb (diff)
Optimize x86-64 pthread_cond_timedwait.
Instead of actively registering an unwind buffer we now use the exception handling functionality of the gcc runtime.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 33fc8a15e7..1ee3b19078 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -3,6 +3,8 @@
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
(__pthread_cond_wait): Convert to using exception handler instead of
registered unwind buffer.
+ * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
+ (__pthread_cond_timedwait): Likewise.
2009-07-17 Ulrich Drepper <drepper@redhat.com>