From: Jeremy Faller Date: Thu, 2 Dec 2021 18:18:33 +0000 (-0500) Subject: doc/go1.18: remove some TODOs for changes we aren't mentioning X-Git-Tag: go1.18beta1~113 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=06dbf6121ad77e9ea3288df99bfe4e94f8776f38;p=gostls13.git doc/go1.18: remove some TODOs for changes we aren't mentioning Updates #47694 Change-Id: I8fdbded4aaf974425ee317a1cdd940a5ac88c0b3 Reviewed-on: https://go-review.googlesource.com/c/go/+/368794 Trust: Jeremy Faller Run-TryBot: Jeremy Faller TryBot-Result: Gopher Robot Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.18.html b/doc/go1.18.html index 8f0fc1fb71..8dc6a88ef3 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -428,10 +428,6 @@ proposal. to eliminate the need to perform uintptr to unsafe.Pointer conversions at the callsite (as unsafe.Pointer rules require).

-

- TODO: https://golang.org/cl/321889: allocate hiter as part of MapIter -

-

The new MapIter.Reset @@ -442,10 +438,6 @@ proposal. over many maps.

-

- TODO: https://golang.org/cl/345486: optimize for maps with string keys -

-

A number of methods ( Value.CanInt,