]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
libctf: dedup: describe 'citer'
authorNick Alcock <nick.alcock@oracle.com>
Tue, 1 Oct 2024 14:34:12 +0000 (15:34 +0100)
committerNick Alcock <nick.alcock@oracle.com>
Fri, 28 Feb 2025 14:47:24 +0000 (14:47 +0000)
commitac07bccf05468b089e23765e5be307054712a211
treef016e4afd19f9fddd5e27ad8f2487adadcfc5156
parent06cefeee6b12f3bd94a1de400c04ac91dd0b973a
libctf: dedup: describe 'citer'

The distinction between the citer and citers variables in
ctf_dedup_rhash_type is somewhat opaque (it's a micro-optimization to avoid
having to allocate entire sets when we know in advance that we'll only have
to store one value).  Add a comment.

libctf/
* ctf-dedup.c (ctf_dedup_rhash_type): Comment on citers variables.
libctf/ctf-dedup.c