]> git.ipfire.org Git - thirdparty/zstd.git/commit
replaced usage of FSE_buildCTable by FSE_buildCTable_wksp, using less stack space...
authorYann Collet <cyan@fb.com>
Fri, 2 Dec 2016 00:24:04 +0000 (16:24 -0800)
committerYann Collet <cyan@fb.com>
Fri, 2 Dec 2016 00:24:04 +0000 (16:24 -0800)
commit643d9a234b5022ec7d5717dcf6f582bd4e481e22
tree17fff39ec0f6fa31a5fb9d6d025738df99552693
parente928f7e16db5113e09902b822a2ce82e05624f11
replaced usage of FSE_buildCTable by FSE_buildCTable_wksp, using less stack space in the process
frame.txt [new file with mode: 0644]
lib/compress/fse_compress.c
lib/compress/huf_compress.c
lib/compress/zstd_compress.c