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 <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
This commit is contained in:
Michael Pratt 2022-06-02 16:58:28 -04:00
parent 54a2f4b676
commit 9d3dbd78c7

View file

@ -81,8 +81,13 @@ Do not send CLs removing the interior tags from such phrases.
</p>
<h2 id="runtime">Runtime</h2>
<p>
TODO: complete this section, or delete if not needed
<p><!-- https://go.dev/issue/48409 -->
TODO: soft memory limit
</p>
<p><!-- https://go.dev/issue/44163 -->
TODO: idle mark workers
</p>
<p><!-- https://go.dev/issue/18138 --><!-- CL 345889 -->
@ -163,6 +168,10 @@ Do not send CLs removing the interior tags from such phrases.
atomics on these systems.
</p>
<p>
TODO: <a href="https://go.dev/issue/51940">https://go.dev/issue/51940</a>: all: move dev.boringcrypto into main branch behind GOEXPERIMENT
</p>
<p>
TODO: complete this section
</p>