aboutsummaryrefslogtreecommitdiff
path: root/src/database/sql/sql.go
diff options
context:
space:
mode:
authorMichael Anthony Knyszek <mknyszek@google.com>2018-11-28 18:52:35 +0000
committerMichael Knyszek <mknyszek@google.com>2018-11-30 21:12:20 +0000
commitd029058b5912312963225c40ae4bf44e3cb4be76 (patch)
tree153ad5a636a8f1d5054c5b0bfb14c9c2b7ab330f /src/database/sql/sql.go
parent8476fd7b2c5c048c2dd46fe63c5aff966506ab87 (diff)
downloadgo-d029058b5912312963225c40ae4bf44e3cb4be76.tar.xz
runtime: fix heap pointer invariant rules in HACKING.md
This change fixes an error in HACKING.md which claims all pointers which live in unmanaged memory but point to the heap must be marked as GC roots explicitly by runtime.markroot. This isn't technically necessary if the pointer is accessible through a global variable. Change-Id: I632b25272fdb2f789c5259dd1685d517f45fd435 Reviewed-on: https://go-review.googlesource.com/c/151539 Reviewed-by: Rick Hudson <rlh@golang.org>
Diffstat (limited to 'src/database/sql/sql.go')
0 files changed, 0 insertions, 0 deletions