Re: [PATCH v2 0/6] --valgrind improvements

2013-06-17 Thread Jeff King
On Mon, Jun 17, 2013 at 11:18:45AM +0200, Thomas Rast wrote: > Here's the promised reroll. It integrates everyone's suggestions (I > hope I didn't miss any), most notably the two by Peff: Thanks. With the exception of a few comments on patch 3, this looks good to me. I agree with your "gross ha

[PATCH v2 0/6] --valgrind improvements

2013-06-17 Thread Thomas Rast
Here's the promised reroll. It integrates everyone's suggestions (I hope I didn't miss any), most notably the two by Peff: * --valgrind-parallel only does the valgrind wrapper setup in the children, avoiding lock contention and confusion because it tries to wrap the wrappers. * more careful