summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-09-08 15:56:21 +0200
committerBruno Haible <bruno@clisp.org>2018-09-08 15:56:21 +0200
commit947854520be07af4256f7b71956aeb83dcbb149c (patch)
tree6e2880942206ab584dd03e905dff6f2aaff4db3e /ChangeLog
parenta720310c28ef0f491a81f69dfa83a538fdbc1d79 (diff)
downloadgperf-947854520be07af4256f7b71956aeb83dcbb149c.tar.gz
Really prefer more efficient hash functions over less efficient ones.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2cccbc7..d1e00a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2018-09-08 Bruno Haible <bruno@clisp.org>
+ Really prefer more efficient hash functions over less efficient ones.
+ Reported by Frank Wojcik <frankw@touristinresidence.com> in
+ <https://savannah.gnu.org/patch/?9561>.
+ * src/search.cc (Search::find_positions): In step 4, make sure a less
+ efficient hash function does not replace a more efficient one. Also,
+ include i3 = -1 among the search.
+
+2018-09-08 Bruno Haible <bruno@clisp.org>
+
Correct width of columns when outputting the asso_values array.
Patch by Frank Wojcik <frankw@touristinresidence.com>.
* src/output.cc (Output::output_hash_function): Increase the