From c00595cec55526f30b84903d9472d7f63f9c447d Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 28 Jan 2019 10:45:26 -0800 Subject: [PATCH] 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 --- doc/go1.12.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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

-- 2.50.0