merged rep search into btMatchSearch
but there is a tree corruption somewhere ... bug hunt ongoing
This commit is contained in:
@@ -237,8 +237,8 @@ MEM_STATIC void ZSTD_storeSeq(seqStore_t* seqStorePtr, size_t litLength, const v
|
||||
static const BYTE* g_start = NULL;
|
||||
if (g_start==NULL) g_start = (const BYTE*)literals; /* note : index only works for compression within a single segment */
|
||||
{ U32 const pos = (U32)((const BYTE*)literals - g_start);
|
||||
g_debuglog_enable = ((pos >= 1622540) & (pos < 1622575));
|
||||
DEBUGLOG(2, "Cpos%7u :%3u literals, match%3u bytes at distance%7u",
|
||||
g_debuglog_enable = ((pos >= 3670500) & (pos < 3673800));
|
||||
DEBUGLOG(2, "Cpos%7u :%3u literals, match%3u bytes at dist.code%7u",
|
||||
pos, (U32)litLength, (U32)mlBase+MINMATCH, (U32)offsetCode);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user