]> Cypherpunks repositories - gostls13.git/commit
runtime: remove checkgc code from hashmap
authorAustin Clements <austin@google.com>
Mon, 30 Mar 2015 21:45:22 +0000 (17:45 -0400)
committerAustin Clements <austin@google.com>
Thu, 2 Apr 2015 15:28:56 +0000 (15:28 +0000)
commit822a24b602038a443fc2b4c30f472eb904c30e23
tree7feb52d6add057da203030b10873d593cfbcbda8
parent6134caf1f965045bcc009c0bdb26031ce5583892
runtime: remove checkgc code from hashmap

Currently hashmap is riddled with code that attempts to force a GC on
the next allocation if checkgc is set. This no longer works as
originally intended with the concurrent collector, and is apparently
no longer used anyway.

Remove checkgc.

Change-Id: Ia6c17c405fa8821dc2e6af28d506c1133ab1ca0c
Reviewed-on: https://go-review.googlesource.com/8355
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/hashmap.go