]> git.ipfire.org Git - thirdparty/zstd.git/commit
replaced FSE_count by FSE_count_simple 1127/head
authorYann Collet <cyan@fb.com>
Fri, 11 May 2018 22:54:06 +0000 (15:54 -0700)
committerYann Collet <cyan@fb.com>
Fri, 11 May 2018 23:03:37 +0000 (16:03 -0700)
commit761758982e8546f1a44230d2a47b3974c6162311
treed5560aad01e7760a14680868d4977bfbbe7448b9
parent99ddca43a6252369c3ad062e906c5d4f50b74f3c
replaced FSE_count by FSE_count_simple

to reduce usage of stack memory.

Also : tweaked a few comments, as suggested by @terrelln
lib/compress/zstd_compress_internal.h
lib/compress/zstd_opt.c