]> Cypherpunks repositories - gostls13.git/commit
runtime: move wbuf-related functions to new gcwork.go
authorAustin Clements <austin@google.com>
Thu, 12 Feb 2015 14:58:25 +0000 (09:58 -0500)
committerAustin Clements <austin@google.com>
Thu, 12 Feb 2015 20:16:35 +0000 (20:16 +0000)
commit277d5870a0776c53d93edfa6f4378b0a0b9980fc
tree994b2afb45aad7977202709bcc1ffa915aa7d0f8
parent27ed1fcb04701477a62cc7cf883a1d64e26e6da9
runtime: move wbuf-related functions to new gcwork.go

No code modifications.

This is in preparation for improving the wbuf abstraction.

Change-Id: I719543a345c34d079b7e39b251eccd5dd8a07826
Reviewed-on: https://go-review.googlesource.com/4710
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/gcwork.go [new file with mode: 0644]
src/runtime/mgc.go