Save an instruction in the CRC hash functions
commitd98a724e9857f9928f6750adbb7ba1196822b311
authorBin Liu <binliu@fb.com>
Mon, 22 Jun 2015 17:46:25 +0000 (22 10:46 -0700)
committerhhvm-bot <hhvm-bot@fb.com>
Mon, 22 Jun 2015 18:32:38 +0000 (22 11:32 -0700)
tree4e722775b124ff3bdf690755d5872c4b14458c14
parent6912937f131625ad932b57850d37d7672d81a5ce
Save an instruction in the CRC hash functions

Summary: Apply a trick used in D1765309 to save an instruction in the aligned version of
the CRC hash functions.

It shouldn't matter much to performance, but should allow the unaligned version
to include the aligned versions while still fit the frequent path within a
cache line, which helps perf on non-Facebook workload. @

Reviewed By: @markw65

Differential Revision: D2176909
hphp/util/hash-crc.S