From acedbb65b067c4473cfa060c40d00deea1dcbf11 Mon Sep 17 00:00:00 2001 From: Cherry Mui Date: Tue, 30 Dec 2025 12:32:11 -0500 Subject: _content/doc/go1.26: mention planned removal of nosizespecializedmalloc GOEXPERIMENT Change-Id: I88a1b7f2effeb367818cff8c3a4eec1d5b33f47f Reviewed-on: https://go-review.googlesource.com/c/website/+/733261 Reviewed-by: Michael Matloob LUCI-TryBot-Result: Go LUCI Reviewed-by: Michael Matloob --- _content/doc/go1.26.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_content/doc/go1.26.md b/_content/doc/go1.26.md index 5d575bdd..c75e6c48 100644 --- a/_content/doc/go1.26.md +++ b/_content/doc/go1.26.md @@ -122,6 +122,7 @@ expected to be ~1% in real allocation-heavy programs. Please [file an issue](/issue/new) if you notice any regressions. You may set `GOEXPERIMENT=nosizespecializedmalloc` at build time to disable it. +This opt-out setting is expected to be removed in Go 1.27. ### Goroutine leak profiles {#goroutineleak-profiles} -- cgit v1.3