Re: [PATCH v2 09/14] bisect.c: use commit-slab for commit weight instead of commit->util From: Junio C Hamano <hidden> Date: 2018-05-14 06:16:06 Nguyễn Thái Ngọc Duy [off-list ref] writes: - p->item->util = &weights[n++]; + *commit_weight_at(&commit_weight, p->item) = &weights[n++]; Interesting to see that this cleverness was inherited from the original code that used the util field :-). I was wondering why the code was using "int*" without on-demand allocation.
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help