From a46f975bee74ff08eb97aac61f2fb81faa2c173f Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Sun, 21 Jun 2009 11:37:31 +0200 Subject: hashtab.c (htab_traverse): Don't call htab_expand for nearly empty hashtabs with sizes 7, 13 or 31. * hashtab.c (htab_traverse): Don't call htab_expand for nearly empty hashtabs with sizes 7, 13 or 31. From-SVN: r148759 --- libiberty/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libiberty/ChangeLog') diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index f5ac783..eb7c913 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2009-06-21 Jakub Jelinek + + * hashtab.c (htab_traverse): Don't call htab_expand for + nearly empty hashtabs with sizes 7, 13 or 31. + 2009-06-16 Nick Clifton PR 10197 -- cgit v1.1