On Thursday 25 October 2007 02:08, Herbert Xu wrote: > On Wed, Oct 24, 2007 at 06:44:54PM +0100, Denys Vlasenko wrote: > > > > 7% slower key setup (see patch - there is a comment about it). > > Is it just the keying? If so please simply delete the unrolled > version because keying is supposed to be a rare event. In some crypto applications key setup takes much longer than encryption itself (e.g. password check). Not sure whether this kind of behavior ever happens in kernel, though. And second, there will be people which want speed at all costs and they surely will see 7% speedup as significant. I personally am in the -Os camp and prefer smaller code, so I personally have no objections. See attached patch. Signed-off-by: Denys Vlasenko -- vda