summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2022-08-05 17:17:54 +0200
committerMark Wielaard <mark@klomp.org>2022-08-08 01:44:04 +0200
commitcb298ffe2916346cde60605e87af4f83a7520779 (patch)
tree2a3dfac33ff0a4a9ad53f6d1f22e23b8f4f63ab2 /lib/ChangeLog
parent65c0336ef8b28cdcfc314c5d8fc643a5828aab99 (diff)
downloadelfutils-cb298ffe2916346cde60605e87af4f83a7520779.tar.gz
lib: Add documentation to explain concurrent htab resizing.
Document which lock is held by which thread and how moving the htab data is coordinated. Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 32dda566..36c3131f 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,11 @@
+2022-08-05 Mark Wielaard <mark@klomp.org>
+
+ * dynamicsizehash_concurrent.c (resize_helper): Add documentation.
+ (resize_master): Renamed to...
+ (resize_coordinator): ...this. And add documentation.
+ (resize_worker): Add documentation.
+ (FIND): Add documentation.
+
2022-04-25 Mark Wielaard <mark@klomp.org>
* printversion.c (print_version): Update copyright year.