]> Cypherpunks repositories - gostls13.git/commit
runtime: replace *g with guintptr in trace
authorAustin Clements <austin@google.com>
Wed, 19 Oct 2016 20:01:02 +0000 (16:01 -0400)
committerAustin Clements <austin@google.com>
Fri, 21 Oct 2016 16:00:20 +0000 (16:00 +0000)
commitc2425178669c0c6a26f58f90b59086d7e4313c64
tree52582c56c65c6cfbc4f61d71e52e42a433e78cb2
parent325c2aa5b6f12ccc82e8472beec0e1511e975bd4
runtime: replace *g with guintptr in trace

trace's reader *g is going to cause write barriers in unfortunate
places, so replace it with a guintptr.

Change-Id: Ie8fb13bb89a78238f9d2a77ec77da703e96df8af
Reviewed-on: https://go-review.googlesource.com/31469
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/trace.go