mirror of https://github.com/golang/go.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 <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Keith Randall <khr@golang.org>
This commit is contained in:
parent
c53aecaaea
commit
c00595cec5
|
|
@ -357,6 +357,14 @@ for {
|
||||||
overcounting of large heap allocations.
|
overcounting of large heap allocations.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p><!-- CL 159717 -->
|
||||||
|
Tracebacks, <code>runtime.Caller</code>,
|
||||||
|
and <code>runtime.Callers</code> no longer include
|
||||||
|
compiler-generated initialization functions. Doing a traceback
|
||||||
|
during the initialization of a global variable will now show a
|
||||||
|
function named <code>PKG.init.ializers</code>.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2 id="library">Core library</h2>
|
<h2 id="library">Core library</h2>
|
||||||
|
|
||||||
<h3 id="tls_1_3">TLS 1.3</h3>
|
<h3 id="tls_1_3">TLS 1.3</h3>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue