xdiff/xmerge.c: use memset() instead of explicit for-loop
authorAlexey Mahotkin <squadette@gmail.com>
Wed, 28 Apr 2010 11:29:06 +0000 (15:29 +0400)
committerJunio C Hamano <gitster@pobox.com>
Sat, 1 May 2010 18:11:11 +0000 (11:11 -0700)
memset() is heavily optimized, and resulting assembler code
is about 150 lines less for that file.

Signed-off-by: Alexey Mahotkin <squadette@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found