diff options
author | Nick Terrell <terrelln@fb.com> | 2020-08-03 18:18:35 (GMT) |
---|---|---|
committer | Nick Terrell <terrelln@fb.com> | 2020-08-03 18:28:02 (GMT) |
commit | fe2a1b3707d59db8bb5ad599cbed6507ffbd544e (patch) | |
tree | c2057af66766037abea946b302db501407a70dc7 /NEWS | |
parent | f4054274faa24f15efedc7431fcb6914d1826220 (diff) | |
download | lz4-fe2a1b3707d59db8bb5ad599cbed6507ffbd544e.zip lz4-fe2a1b3707d59db8bb5ad599cbed6507ffbd544e.tar.gz lz4-fe2a1b3707d59db8bb5ad599cbed6507ffbd544e.tar.bz2 |
Call LZ4_memcpy() instead of memcpy()
`LZ4_memcpy()` uses `__builtin_memcpy()` to ensure that clang/gcc
can inline the `memcpy()` calls in freestanding mode.
This is necessary for decompressing the Linux Kernel with LZ4.
Without an analogous patch decompression ran at 77 MB/s, and with
the patch it ran at 884 MB/s.
Diffstat (limited to 'NEWS')
0 files changed, 0 insertions, 0 deletions