From c22781cb3319fa4befc7944b0a8e00fbd6632115 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Mon, 11 Dec 2023 15:55:17 -0500 Subject: [PATCH] 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 --- doc/go1.22.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/go1.22.html b/doc/go1.22.html index b9286f7898e..f21c774ef13 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.