diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-05-12 05:36:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-05-12 05:36:02 +0000 |
commit | a3636e8b89a7c565b1141d56055a6a07a053792c (patch) | |
tree | d9835861daac8bb8ec09d2f2d4f28cc174a0743e /ChangeLog | |
parent | a7eb802f1147cc2237be3a410b3c658f59178d72 (diff) | |
download | glibc-a3636e8b89a7c565b1141d56055a6a07a053792c.tar glibc-a3636e8b89a7c565b1141d56055a6a07a053792c.tar.gz glibc-a3636e8b89a7c565b1141d56055a6a07a053792c.tar.bz2 glibc-a3636e8b89a7c565b1141d56055a6a07a053792c.zip |
* elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
its own function. This reduces the frame setup costs and more.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2008-05-11 Ulrich Drepper <drepper@redhat.com> + + * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in + its own function. This reduces the frame setup costs and more. + 2008-02-11 Joseph Myers <joseph@codesourcery.com> [BZ #3406] |