Merge branch 'tr/xdiff-fast-hash'
commit4d1f0ef2104dd0705cdde56979601bdd66f2c16f
authorJunio C Hamano <gitster@pobox.com>
Wed, 2 May 2012 20:54:58 +0000 (2 13:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 May 2012 20:54:58 +0000 (2 13:54 -0700)
tree6fb082dbe68274523dcb01ed035fe69d1f3ab574
parente834fa0d5cb73900031cae94159534a15c114e50
parent6f1af028ce0654ef6233dff06701a989d5703bc4
Merge branch 'tr/xdiff-fast-hash'

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
Makefile