decompress_generic: re-add fastpath
authorDave Watson <davejwatson@fb.com>
Sat, 26 Jan 2019 00:01:09 +0000 (16:01 -0800)
committerDave Watson <davejwatson@fb.com>
Fri, 8 Feb 2019 21:57:23 +0000 (13:57 -0800)
commit28b824921d94c8263cb51dfdee0a149490009f8f
tree972f70b73e0dd8b96dbfe75564f391095c66c154
parent232f1e261fce421542e0cf7549f25e3064006bf0
decompress_generic: re-add fastpath

This is the remaineder of the original 'shortcut'.  If true, we can avoid
the loop in LZ4_wildCopy, and directly copy instead.
lib/lz4.c