From 2cb9042dc2d5fdf6013305a077d013dbbfbaac06 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Mon, 6 Dec 2021 11:43:48 -0500 Subject: [PATCH] doc/go1.18: cite CLs for more efficient scavenging For #47694. Change-Id: Ic6088b1811600670a57f28426f4158a7c7517c82 Reviewed-on: https://go-review.googlesource.com/c/go/+/369616 Trust: Austin Clements Reviewed-by: Michael Knyszek --- doc/go1.18.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.18.html b/doc/go1.18.html index 35b3d744ec..e4e0d2300d 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -282,7 +282,7 @@ Do not send CLs removing the interior tags from such phrases. GOGC where necessary.

-

+

The runtime now returns memory to the operating system more efficiently and has been tuned to work more aggressively as a result.