]> Cypherpunks repositories - gostls13.git/commit
runtime: remove wbufptr
authorAustin Clements <austin@google.com>
Mon, 30 Jan 2017 03:47:27 +0000 (22:47 -0500)
committerAustin Clements <austin@google.com>
Fri, 3 Mar 2017 17:02:12 +0000 (17:02 +0000)
commit98da2d1f91a8f4e6bdaecd8a98fc77cbac211c80
tree3bd902cdc59be04e5a940900e01f119d674dbbd2
parent8eb14e9de5018afbcf7eefd7b4bce7a200d0ce3f
runtime: remove wbufptr

Since workbuf is now marked go:notinheap, the write barrier-preventing
wrapper type wbufptr is no longer necessary. Remove it.

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