zstd/contrib/linux-kernel/test
Nick Terrell b9302410bf [linux-kernel] Don't inline function in zstd_opt.c
The optimal parser is unlikely to be used in the linux kernel in
practice. There is no reason these functions should be force inlined,
since we aren't gaining anything, and are losing build size.

| Compiler | Before (Bytes) | After (Bytes) | Delta (Bytes) |
|----------|----------------|---------------|---------------|
| gcc-11   |        1142090 |        952754 |       -189336 |
| clang-12 |        1228402 |        976290 |       -252112 |

This is a temporary solution pending the resolution of Issue #2862 in
the `dev` branch.
2021-11-15 20:37:58 -08:00
..
include [lib] Make lib compatible with -Wfall-through excepting legacy 2021-09-23 11:54:14 -07:00
macro-test.sh [linux-kernel] Don't inline function in zstd_opt.c 2021-11-15 20:37:58 -08:00
Makefile [copyright][license] Switch to yearless copyright and some cleanup in the linux-kernel files 2021-03-30 10:37:39 -07:00
static_test.c [copyright][license] Switch to yearless copyright and some cleanup in the linux-kernel files 2021-03-30 10:37:39 -07:00
test.c [contrib][linux-kernel] Add zstd_min_clevel() and zstd_max_clevel() 2021-03-30 10:37:45 -07:00