aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCherry Mui <cherryyz@google.com>2025-12-30 12:32:11 -0500
committerCherry Mui <cherryyz@google.com>2025-12-30 11:11:28 -0800
commitacedbb65b067c4473cfa060c40d00deea1dcbf11 (patch)
tree6122080df190e8e14f31a2d9df5ae3fcb32127fb
parent151f3825b2b7170f9a179d8d192f0cc92fc79559 (diff)
downloadgo-x-website-acedbb65b067c4473cfa060c40d00deea1dcbf11.tar.xz
_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 <matloob@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Matloob <matloob@golang.org>
-rw-r--r--_content/doc/go1.26.md1
1 files changed, 1 insertions, 0 deletions
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}