From: Cherry Mui Date: Tue, 8 Jun 2021 20:42:02 +0000 (-0400) Subject: doc/go1.17: mention block profile bias fix X-Git-Tag: go1.17beta1~14 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6551763a60ce25d171feaa69089a7f1ca60f43b6;p=gostls13.git doc/go1.17: mention block profile bias fix Re-apply the doc part of CL 324471, originally written by Felix Geisendörfer. Change-Id: I831bead9a385bc5a5eed3058649a25ef17373bc6 Reviewed-on: https://go-review.googlesource.com/c/go/+/326171 Trust: Cherry Mui Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/go1.17.html b/doc/go1.17.html index 1e153377d6..eb7932cd67 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -737,6 +737,15 @@ Do not send CLs removing the interior tags from such phrases. +
runtime/pprof
+
+

+ Block profiles are no longer biased to favor infrequent long events over + frequent short events. +

+
+
+
strconv