]> git.ipfire.org Git - thirdparty/zstd.git/commit
benchfn : added macro macro CONTROL()
authorYann Collet <cyan@fb.com>
Fri, 21 Jun 2019 22:58:55 +0000 (15:58 -0700)
committerYann Collet <cyan@fb.com>
Fri, 21 Jun 2019 22:58:55 +0000 (15:58 -0700)
commit944e2e9e121e14cffddce28a79d477e19cc8a882
treee6a8739b76f58367b49d660588fddc59a9ee0a5c
parentb26818fe731f5636905dba1b751d05c92285dea4
benchfn : added macro macro CONTROL()

like assert() but cannot be disabled.
proper separation of user contract errors (CONTROL())
and invariant verification (assert()).
lib/compress/zstd_compress_internal.h
programs/benchfn.c