]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Force Inline BtFindBestMatch 1185/head
authorW. Felix Handte <w@felixhandte.com>
Thu, 14 Jun 2018 18:53:36 +0000 (14:53 -0400)
committerW. Felix Handte <w@felixhandte.com>
Thu, 14 Jun 2018 18:54:39 +0000 (14:54 -0400)
lib/compress/zstd_lazy.c

index fba5dd6799e687684f4f383f2fc230e85c942039..078d2036011a7a9db0e24768311107ce14b4f393 100644 (file)
@@ -356,7 +356,7 @@ static size_t ZSTD_DUBT_findBestMatch (
 
 
 /** ZSTD_BtFindBestMatch() : Tree updater, providing best match */
-static size_t ZSTD_BtFindBestMatch (
+FORCE_INLINE_TEMPLATE size_t ZSTD_BtFindBestMatch (
                         ZSTD_matchState_t* ms, ZSTD_compressionParameters const* cParams,
                         const BYTE* const ip, const BYTE* const iLimit,
                         size_t* offsetPtr,