]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.12: mention heap sampling change
authorHana (Hyang-Ah) Kim <hyangah@gmail.com>
Fri, 18 Jan 2019 19:45:25 +0000 (14:45 -0500)
committerHyang-Ah Hana Kim <hyangah@gmail.com>
Fri, 18 Jan 2019 20:47:38 +0000 (20:47 +0000)
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>
doc/go1.12.html

index 41ebd50cb2e86992455d042a4cf7431c1b84057a..d3cbeb4525bf1a1ce03aa9e44906b07b045c0e74 100644 (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>