]> git.ipfire.org Git - thirdparty/zstd.git/commit
Force-Inline ZSTD_insertAndFindFirstIndex_internal()
authorW. Felix Handte <w@felixhandte.com>
Wed, 2 Sep 2020 16:40:42 +0000 (12:40 -0400)
committerW. Felix Handte <w@felixhandte.com>
Thu, 10 Sep 2020 22:51:52 +0000 (18:51 -0400)
commitf49c1563ff2405b0db4b3ef77dd9bbb8ee64deb1
tree934c0982a0607b66bdd0776bf51441350c2a1e21
parentcab86b074f267299c690ef9a3534941a82c9b125
Force-Inline ZSTD_insertAndFindFirstIndex_internal()

Without this, gcc was declining to inline the function in `ZSTD_noDict` mode,
resulting in a ~10% slowdown.
lib/compress/zstd_lazy.c