]> Cypherpunks repositories - gostls13.git/commit
runtime: split advanceEvacuationMark from evacuate
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 17 Aug 2017 17:37:17 +0000 (10:37 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 18 Aug 2017 18:20:55 +0000 (18:20 +0000)
commite0b34e7be73ed192db8ab3fb83fcd44976d67075
tree2abfc05d57ac8432432560a3a2425f59c3c190e8
parent43d4c9f4f18cad9ac738e15e1721b8ef32c5e31c
runtime: split advanceEvacuationMark from evacuate

Minor refactoring. This is a step towards specializing evacuate
for mapfast key types.

Change-Id: Icffe2759b7d38e5c008d03941918d5a912ce62f6
Reviewed-on: https://go-review.googlesource.com/56933
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/hashmap.go