1
0
mirror of https://github.com/golang/go synced 2024-09-24 03:10:16 -06:00

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 <rauls5382@gmail.com>
Reviewed-by: Austin Clements <austin@google.com>
This commit is contained in:
Hana (Hyang-Ah) Kim 2019-01-18 14:45:25 -05:00 committed by Hyang-Ah Hana Kim
parent bcd3a58d46
commit 1e49021f89

View File

@ -329,6 +329,11 @@ for {
yet supported on Windows.
</p>
<p><!-- CL 158337 -->
Go 1.12 improves the accuracy of memory profiles by fixing
overcounting of large heap allocations.
</p>
<h2 id="library">Core library</h2>
<h3 id="tls_1_3">TLS 1.3</h3>