]> git.ipfire.org Git - thirdparty/zstd.git/commit
HINT_INLINE ZSTD_storeSeq()
authorNick Terrell <terrelln@fb.com>
Fri, 20 Sep 2019 23:39:27 +0000 (16:39 -0700)
committerNick Terrell <terrelln@fb.com>
Fri, 20 Sep 2019 23:39:27 +0000 (16:39 -0700)
commit5dc0a1d65921821eddfcf0a16ef4a3d79be0ba3f
tree7520112c9cd23d9e900ba3e6381318f7e26d151b
parent44c65da97ea36e4ba8ca6968979123fafca5485c
HINT_INLINE ZSTD_storeSeq()

Clang on Mac wasn't inlining `ZSTD_storeSeq()` in level 1, which was
causing a 5% performance regression. This fixes it.
lib/compress/zstd_compress_internal.h