Skip to content

Commit 079e5f4

Browse files
committed
Clarify staged surface roadmap
1 parent 778bdfb commit 079e5f4

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

docs/PLAN.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,11 +1034,14 @@ inside the `1.3.x` line if they remain evidence-gated and do not weaken the
10341034
- Maintain the checked admission ledger in
10351035
[SIMD_NON_STANDARD_SURFACE_REVIEW.md](SIMD_NON_STANDARD_SURFACE_REVIEW.md)
10361036
for every reviewed non-standard surface.
1037-
- First checkpoint: add explicit regression coverage proving current
1038-
non-standard candidate surfaces still preserve scalar-visible behavior while
1039-
remaining outside the admitted acceleration scope. This covers custom
1040-
alphabets, bcrypt/crypt-style alphabets, strict in-place decode,
1041-
legacy-whitespace decode, strict wrapped decode, and wrapped encode staging.
1037+
- First checkpoint: add explicit regression coverage proving the then-current
1038+
non-standard candidate surfaces still preserved scalar-visible behavior while
1039+
remaining outside the admitted acceleration scope. At the `1.3.2` checkpoint
1040+
this covered custom alphabets, bcrypt/crypt-style alphabets, strict in-place
1041+
decode, legacy-whitespace decode, strict wrapped decode, and wrapped encode
1042+
staging. The later `1.3.3` slice separately admitted wrapped decode, legacy
1043+
decode, in-place encode, and strict in-place decode only through scalar
1044+
validation/compaction or stack-staging boundaries.
10421045
- Second checkpoint: pin malformed/error-path parity for the same surfaces,
10431046
and keep wrapped encode regression coverage backed by an independent naive
10441047
line-splitting oracle rather than only the production wrapping primitive.

release-notes/RELEASE_NOTES_1.3.3.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ wasm `simd128` runtime-dispatch profile with explicit runtime smoke evidence.
4949
- Clarified dependency-policy wording so the admitted Tokio surface remains
5050
the companion crate, while the core `tokio` feature stays reserved and
5151
dependency-free by design.
52+
- Clarified the roadmap wording for the `1.3.2` non-standard surface review so
53+
it no longer reads as if later-admitted staged surfaces are still entirely
54+
outside acceleration.
5255
- Added release-gated wasm SIMD codegen evidence through
5356
`scripts/generate_wasm_simd_evidence.sh`, which emits test-harness LLVM IR
5457
with `target-feature=+simd128` when the wasm target is installed.

0 commit comments

Comments
 (0)