From 1e49021f8936d1ed435ae7d314aeaf55dcc55001 Mon Sep 17 00:00:00 2001 From: "Hana (Hyang-Ah) Kim" Date: Fri, 18 Jan 2019 14:45:25 -0500 Subject: [PATCH] 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 --- doc/go1.12.html | 5 +++++ 1 file changed, 5 insertions(+) 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

-- 2.50.0