From: Ian Lance Taylor Date: Mon, 28 Jan 2019 18:45:26 +0000 (-0800) Subject: doc: mention init traceback change in Go 1.12 release notes X-Git-Tag: go1.12rc1~33 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c00595cec55526f30b84903d9472d7f63f9c447d;p=gostls13.git doc: mention init traceback change in Go 1.12 release notes Updates #29919 Change-Id: Ibf92c9957f71394f08c1203a29eae35a12021585 Reviewed-on: https://go-review.googlesource.com/c/159877 Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick Reviewed-by: Keith Randall --- diff --git a/doc/go1.12.html b/doc/go1.12.html index c34b473a39..fd1f1a1f4c 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -357,6 +357,14 @@ for { overcounting of large heap allocations.

+

+ Tracebacks, runtime.Caller, + and runtime.Callers no longer include + compiler-generated initialization functions. Doing a traceback + during the initialization of a global variable will now show a + function named PKG.init.ializers. +

+

Core library

TLS 1.3