]> git.ipfire.org Git - thirdparty/zstd.git/commit
[fse] Reduce stack usage of FSE_decompress_wksp() by 512 bytes
authorNick Terrell <terrelln@fb.com>
Fri, 5 Mar 2021 21:14:06 +0000 (13:14 -0800)
committerNick Terrell <terrelln@fb.com>
Fri, 5 Mar 2021 21:24:27 +0000 (13:24 -0800)
commit3b1aba42cc8705ed6c6c3819bc1cfa3fbf312de2
treeaec35660ff43f4d2a0c25ab4d79283b6d1b88273
parent0f18059a4ed9dadb9c7bb837d9b9664da786f553
[fse] Reduce stack usage of FSE_decompress_wksp() by 512 bytes

* Move `counting` into the workspace
* Inrease `HUF_DECOMPRESS_WORKSPACE_SIZE` by 512 bytes
lib/common/fse.h
lib/common/fse_decompress.c
lib/common/huf.h