From: Michael Pratt Date: Thu, 2 Jun 2022 20:58:28 +0000 (-0400) Subject: doc/go1.19: add TODOs for undocumented runtime features X-Git-Tag: go1.19beta1~73 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9d3dbd78c7ade2a874c32e248618ad44aec6e63b;p=gostls13.git doc/go1.19: add TODOs for undocumented runtime features As of this CL, release notes for all packages owned by @golang/runtime on https://dev.golang.org/owners are either complete or have explicit TODOs. For #51400 Change-Id: I5b6affd43883991a3b8a065b4aa211efce7427f0 Reviewed-on: https://go-review.googlesource.com/c/go/+/410118 TryBot-Result: Gopher Robot Reviewed-by: Michael Knyszek Run-TryBot: Michael Pratt --- diff --git a/doc/go1.19.html b/doc/go1.19.html index b7d7a3466f..4de93d1565 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -81,8 +81,13 @@ Do not send CLs removing the interior tags from such phrases.

Runtime

-

- TODO: complete this section, or delete if not needed + +

+ TODO: soft memory limit +

+ +

+ TODO: idle mark workers

@@ -163,6 +168,10 @@ Do not send CLs removing the interior tags from such phrases. atomics on these systems.

+

+ TODO: https://go.dev/issue/51940: all: move dev.boringcrypto into main branch behind GOEXPERIMENT +

+

TODO: complete this section