]> Cypherpunks repositories - gostls13.git/commit
runtime: use morePointers and isPointer in more places
authorAustin Clements <austin@google.com>
Fri, 29 Apr 2016 19:19:11 +0000 (15:19 -0400)
committerAustin Clements <austin@google.com>
Sat, 30 Apr 2016 16:49:50 +0000 (16:49 +0000)
commitd5e3d08b3ad0048c540727b5512f29ecc70ef51a
treea8b4adb31eddfb63ab5dc24127f74bc3724e4f00
parenta5d3f7ece9033393166d0c74cd1121c15032ba4d
runtime: use morePointers and isPointer in more places

This makes this code better self-documenting and makes it easier to
find these places in the future.

Change-Id: I31dc5598ae67f937fb9ef26df92fd41d01e983c3
Reviewed-on: https://go-review.googlesource.com/22631
Reviewed-by: Rick Hudson <rlh@golang.org>
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/cgocall.go
src/runtime/mgcmark.go