Merge branch 'tr/xdiff-fast-hash'
authorJunio C Hamano <gitster@pobox.com>
Wed, 2 May 2012 20:54:58 +0000 (13:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 May 2012 20:54:58 +0000 (13:54 -0700)
Use word-at-a-time comparison to find end of line or NUL (end of buffer),
borrowed from the linux-kernel discussion.

By Thomas Rast
* tr/xdiff-fast-hash:
  xdiff: choose XDL_FAST_HASH code on sizeof(long) instead of __WORDSIZE
  xdiff: load full words in the inner loop of xdl_hash_record

1  2 
Makefile

diff --cc Makefile
Simple merge