]> Cypherpunks repositories - gostls13.git/commit
runtime: eliminate traceStack write barriers
authorAustin Clements <austin@google.com>
Tue, 10 Nov 2015 21:43:33 +0000 (16:43 -0500)
committerAustin Clements <austin@google.com>
Wed, 11 Nov 2015 17:37:26 +0000 (17:37 +0000)
commit2be1ed80c509ca9768acf729a4ad541ccb4d3dd0
tree67cc5b849ed4057b7ee800a5ec81930512d9bdec
parent03227bb55ec92c9af4dcf55d83ec77b3f1e69aff
runtime: eliminate traceStack write barriers

This replaces *traceStack with traceStackPtr, much like the preceding
commit.

Updates #10600.

Change-Id: Ifadc35eb37a405ae877f9740151fb31a0ca1d08f
Reviewed-on: https://go-review.googlesource.com/16813
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
src/runtime/trace.go