Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH v3 5/9] revision.c: Make --full-history consider more merges

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:57:09

Kevin Bracey [off-list ref] writes:
On 06/05/2013 23:45, Junio C Hamano wrote:
quoted
Kevin Bracey [off-list ref] writes:
quoted
+struct treesame_state {
+	unsigned int nparents;
+	unsigned char treesame[FLEX_ARRAY];
+};
I have been wondering if we want to do one-bit (not one-byte) per
parent but no biggie ;-)
I did start down that path, because I felt bad about bloat.

But then I realised how much I would be complicating and slowing the
code down to only save a few bytes each time we walk a merge with at
least 5 parents, and I came to my senses. :)
;-)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help