diff options
author | René Scharfe <l.s.r@web.de> | 2021-09-11 22:36:40 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-09-12 16:14:32 -0700 |
commit | 325006f2dbeb482f422b2c0e62b485a41cb1c64b (patch) | |
tree | 4bea8e20d6c343fff9d54ae27776942b7e94ff6d /commit-graph.h | |
parent | 8b7c11b8668b4e774f81a9f0b4c30144b818f1d1 (diff) |
oidset: make oidset_size() an inline function
oidset_size() just reads a single word from memory and returns it.
Avoid the function call overhead for this trivial operation by turning
it into an inline function.
While we're at it, declare its parameter const to allow it to be used
on read-only oidsets.
Suggested-by: Jeff King <peff@peff.net>
Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-graph.h')
0 files changed, 0 insertions, 0 deletions