Commit 0ac3441
docs: record experimental-tier exclusion (CCtxParams) in binding scope
The ZSTD_CCtx_params bundle is ZSTDLIB_STATIC_API (experimental, gated
behind ZSTD_STATIC_LINKING_ONLY, no stability guarantee, and not
guaranteed to survive the -fvisibility=hidden export table). It only
saves a few setParameter calls at context init and the bound per-context
ZSTD_CCtx_setParameter path covers the same need, so it is intentionally
not bound. Extend ADR 0013 to exclude the experimental tier and note the
reason on the supported.md Advanced parameters row.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 99e7dd6 commit 0ac3441
2 files changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
21 | 30 | | |
22 | 31 | | |
23 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments