tiny optimization to diff-delta
authorNicolas Pitre <redacted>
Wed, 3 May 2006 03:46:51 +0000 (23:46 -0400)
committerJunio C Hamano <redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
diff-delta.c
git clone https://git.99rst.org/PROJECT