Skip to content

Commit

Permalink
Optimize x86-64 pthread_cond_timedwait.
Browse files Browse the repository at this point in the history
Instead of actively registering an unwind buffer we now use the
exception handling functionality of the gcc runtime.
  • Loading branch information
Ulrich Drepper committed Jul 18, 2009
1 parent 30b1954 commit 92618c9
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 144 deletions.
2 changes: 2 additions & 0 deletions nptl/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
Loading

0 comments on commit 92618c9

Please sign in to comment.