author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | |
Tue, 25 Oct 2011 18:00:04 +0000 (20:00 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 26 Oct 2011 22:25:59 +0000 (15:25 -0700) | ||
commit | ee7825b58cd423ea63a215c59fc2b7c7a2878af5 | |
tree | 82c35b627d677305bbe7f78c78aaca791a1f9a08 | tree | snapshot |
parent | debed2a6291a29fd7b0e96f63fbf0142ed3280eb | commit | diff |
cache.h: put single NUL at end of struct cache_entry
Since in-memory index entries are allocated individually now, the
variable slack at the end meant to provide an eight byte alignment
is not needed anymore. Have a single NUL instead. This saves zero
to seven bytes for an entry, depending on its filename length.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Since in-memory index entries are allocated individually now, the
variable slack at the end meant to provide an eight byte alignment
is not needed anymore. Have a single NUL instead. This saves zero
to seven bytes for an entry, depending on its filename length.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h | diff | blob | history |