From: Michael Pratt Date: Mon, 11 Dec 2023 20:55:17 +0000 (-0500) Subject: doc/go1.22: remove compiler TODO X-Git-Tag: go1.22rc1~42 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c22781cb3319fa4befc7944b0a8e00fbd6632115;p=gostls13.git doc/go1.22: remove compiler TODO For #61422. Change-Id: Id4eed9affde20857d6b60c0b6d7d1443ea5e460b Reviewed-on: https://go-review.googlesource.com/c/go/+/548938 Reviewed-by: Cherry Mui LUCI-TryBot-Result: Go LUCI Auto-Submit: Michael Pratt Reviewed-by: Keith Randall --- diff --git a/doc/go1.22.html b/doc/go1.22.html index b9286f7898..f21c774ef1 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -212,10 +212,6 @@ defer func() {

Compiler

-

- TODO: complete this section. -

-

Profile-guided Optimization (PGO) builds can now devirtualize a higher proportion of calls than previously possible.