summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-04-30 22:18:46 +0000
committerUlrich Drepper <drepper@redhat.com>2007-04-30 22:18:46 +0000
commit7ecfbd386a340b52b6491f47fcf37f236cc5eaf1 (patch)
tree0a296767cdb87e11f0ff42dd1ea64afbe97acfa7 /ChangeLog
parente53f0f51a62061e0c654d4b2f82d4c71b4d71932 (diff)
[BZ #4349]
2007-04-30 Ulrich Drepper <drepper@redhat.com> Jakub Jelinek <jakub@redhat.com> [BZ #4349] * malloc/malloc.c: Keep separate list for first blocks on the bin lists with a given size. This helps skipping over list elements we know won't fit in two places. Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d3e7b6dfa..918a53bf72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-04-30 Ulrich Drepper <drepper@redhat.com>
+ Jakub Jelinek <jakub@redhat.com>
+
+ [BZ #4349]
+ * malloc/malloc.c: Keep separate list for first blocks on the bin
+ lists with a given size. This helps skipping over list elements
+ we know won't fit in two places.
+ Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
+
2007-04-28 Ulrich Drepper <drepper@redhat.com>
[BZ #4102]