This fixes the "signed char" bug in 1/2: "char" alone could be either signed or unsigned but we do need signed char. One point to clang for detecting "obj->real_type != OBJ_BAD" on ARM where real_type becomes unsigned char and OBJ_BAD is -1. gcc just keeps quiet.. Nguyễn Thái Ngọc Duy (2): index-pack: reduce object_entry size to save memory index-pack: kill union delta_base to save memory builtin/index-pack.c | 290 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 179 insertions(+), 111 deletions(-) -- 2.3.0.rc1.137.g477eb31 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html