From: Hana (Hyang-Ah) Kim
Date: Fri, 18 Jan 2019 19:45:25 +0000 (-0500)
Subject: doc/go1.12: mention heap sampling change
X-Git-Tag: go1.12rc1~57
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1e49021f8936d1ed435ae7d314aeaf55dcc55001;p=gostls13.git
doc/go1.12: mention heap sampling change
This is about a minor change but worthy of note because this
may affect the profile results users will see.
Change-Id: Ie2c4358b248f868662dbc71db587576481aa7238
Reviewed-on: https://go-review.googlesource.com/c/158577
Reviewed-by: Raul Silvera
Reviewed-by: Austin Clements
---
diff --git a/doc/go1.12.html b/doc/go1.12.html
index 41ebd50cb2..d3cbeb4525 100644
--- a/doc/go1.12.html
+++ b/doc/go1.12.html
@@ -329,6 +329,11 @@ for {
yet supported on Windows.
+
+ Go 1.12 improves the accuracy of memory profiles by fixing
+ overcounting of large heap allocations.
+
+
Core library
TLS 1.3