tiny optimization to diff-delta
authorNicolas Pitre <nico@cam.org>
Wed, 3 May 2006 03:46:51 +0000 (23:46 -0400)
committerJunio C Hamano <junkio@cox.net>
Wed, 3 May 2006 04:32:32 +0000 (21:32 -0700)
commit2d08e5dd730680f7f8645a6326ec653435e032df
treec7ef4bbad6607e767d60b3670c772aee8f056605
parent3dc5a9e4cdcc7124c665a050547d1285d86a421f
tiny optimization to diff-delta

This is my assembly freak side looking at generated code again.  And
since create_delta() is certainly pretty high on the radar every bits
count.  In this case shorter code is generated if hash_mask is not
copied to a local variable.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
diff-delta.c