about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-07-16 07:15:15 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-16 07:15:15 -0700
commitc8027cced1d3e7803c440cb13d4294754d8791e2 (patch)
tree33bcc93dc74b635aa5e821e617a98503776beb34 /ChangeLog
parent24a12a5a5f7ea63bc349f219b9fbb722c009a719 (diff)
downloadglibc-c8027cced1d3e7803c440cb13d4294754d8791e2.tar.gz
glibc-c8027cced1d3e7803c440cb13d4294754d8791e2.tar.xz
glibc-c8027cced1d3e7803c440cb13d4294754d8791e2.zip
Optimize restoring of ymm registers on x86-64.
The patch mainly reduces the code size but also avoids some jumps.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87db19e000..1bfdd7b56d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-16  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Optimize
+	restoring of ymm registers a bit.
+
 2009-07-15  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* sysdeps/x86_64/memcmp.S: New file.