On Tue, Feb 28, 2017 at 04:30:26PM -0800, Linus Torvalds wrote: > From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> > Date: Tue, 28 Feb 2017 16:12:32 -0800 > Subject: [PATCH] Put sha1dc on a diet > > This removes the unnecessary parts of the sha1dc code, shrinking things from > [...] So obviously the smaller object size is nice, and the diffstat is certainly satisfying. My only qualm would be whether this conflicts with the optimizations that Dan is working on (probably not conceptually, but textually). -Peff