commit | 2d08e5dd730680f7f8645a6326ec653435e032df | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nico@cam.org> | Tue May 02 23:46:51 2006 -0400 |
committer | Junio C Hamano <junkio@cox.net> | Tue May 02 21:32:32 2006 -0700 |
tree | c7ef4bbad6607e767d60b3670c772aee8f056605 | |
parent | 3dc5a9e4cdcc7124c665a050547d1285d86a421f [diff] |
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>