Re: [PATCH v2 0/3] Recursion-free unpack_entry and packed_object_info

2013-03-25 Thread Nicolas Pitre
On Mon, 25 Mar 2013, Thomas Rast wrote: > This is a fixed version of the initial patch, plus a two-patch > implementation of a recursion-free unpack_entry. (I narrowly resisted > using "unrecursify" to describe it.) Hmmm... the intention is sensible and the patches look sane, however I don't ha

[PATCH v2 0/3] Recursion-free unpack_entry and packed_object_info

2013-03-25 Thread Thomas Rast
This is a fixed version of the initial patch, plus a two-patch implementation of a recursion-free unpack_entry. (I narrowly resisted using "unrecursify" to describe it.) I wrote: > Junio C Hamano writes: > >> The stack/recursion is used _only_ for error recovery, no? If we do >> not care about