]> Cypherpunks repositories - gostls13.git/commit
runtime: eliminate traceAllocBlock write barriers
authorAustin Clements <austin@google.com>
Tue, 17 Nov 2015 22:27:11 +0000 (17:27 -0500)
committerAustin Clements <austin@google.com>
Thu, 19 Nov 2015 21:17:09 +0000 (21:17 +0000)
commite9aef43d873c6e3a0d1a299908e542b48b3562fd
tree5d8c192f2916c598dfbbcf5ff68b82e541c74239
parentb43b375c6c3d540b8ed4ab69bfc634991cd5dcd3
runtime: eliminate traceAllocBlock write barriers

This replaces *traceAllocBlock with traceAllocBlockPtr.

Updates #10600.

Change-Id: I94a20d90f04cca7c457b29062427748e315e4857
Reviewed-on: https://go-review.googlesource.com/17004
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