merged rep search into btMatchSearch

but there is a tree corruption somewhere ...
bug hunt ongoing
This commit is contained in:
Yann Collet
2017-11-14 20:38:52 -08:00
parent 9a11f70dc3
commit 4202b2e8a6
5 changed files with 261 additions and 447 deletions
+1 -1
View File
@@ -1386,7 +1386,7 @@ size_t ZSTD_encodeSequences(
U32 const llBits = LL_bits[llCode];
U32 const ofBits = ofCode;
U32 const mlBits = ML_bits[mlCode];
DEBUGLOG(6, "encoding: litlen:%u - matchlen:%u - offCode:%u",
DEBUGLOG(6, "encoding: litlen:%2u - matchlen:%2u - offCode:%7u",
sequences[n].litLength,
sequences[n].matchLength + MINMATCH,
sequences[n].offset); /* 32b*/ /* 64b*/