]> git.ipfire.org Git - thirdparty/zstd.git/commit
Simplifier compression call graph
authorYann Collet <cyan@fb.com>
Tue, 23 May 2017 01:21:51 +0000 (18:21 -0700)
committerYann Collet <cyan@fb.com>
Tue, 23 May 2017 01:21:51 +0000 (18:21 -0700)
commit1880337c301de6afb60cb0401016da714f6e49c5
tree1d0d2b1e4bf938e557f85d19ab4dfce313197582
parentb0739bcf8f90ce2fbb8944293997f338d5f1db89
Simplifier compression call graph

Everything converge towards ZSTD_compressBegin_internal
which delegated to ZSTD_copyCCtx_internal if cdict!=NULL.

This simplifies routing which was previously depending on cdict.
lib/compress/zstd_compress.c