diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2018-05-11 19:20:54 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-05-13 11:01:48 +0900 |
commit | 25f859fdf49c37780685d07ebda81b7716fb5879 (patch) | |
tree | 254c15f5dc4fe7fd512cee81372eab5a9410ad59 /Documentation/RelNotes/1.7.6.4.txt | |
parent | The fifth batch for 2.18 (diff) | |
download | tgif-25f859fdf49c37780685d07ebda81b7716fb5879.tar.xz |
commit.h: rearrange 'index' to shrink struct commit
On linux 64-bit architecture, pahole finds that there's a 4 bytes
padding after 'index'. Moving it to the end reduces this struct's size
from 72 to 64 bytes (because of another 4 bytes padding after
graph_pos). On linux 32-bit, the struct size remains 52 bytes like
before.
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.7.6.4.txt')
0 files changed, 0 insertions, 0 deletions