diff options
author | Abhishek Kumar <abhishekkumar8222@gmail.com> | 2020-06-17 14:44:11 +0530 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-06-17 14:37:52 -0700 |
commit | c752ad09c4ea479e8d54d08637cc0e5709723208 (patch) | |
tree | af0f1faa8d6e5149dec7d008a1370483c09ca151 /common-main.c | |
parent | commit: move members graph_pos, generation to a slab (diff) | |
download | tgif-c752ad09c4ea479e8d54d08637cc0e5709723208.tar.xz |
commit-graph: minimize commit_graph_data_slab access
In an earlier patch, multiple struct acccesses to `graph_pos` and
`generation` were auto-converted to multiple method calls.
Since the values are fixed and commit-slab access costly, we would be
better off with storing the values as a local variable and reusing it.
Signed-off-by: Abhishek Kumar <abhishekkumar8222@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'common-main.c')
0 files changed, 0 insertions, 0 deletions