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)
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>
No differences found