]> Cypherpunks repositories - gostls13.git/commit
runtime: make evacDst a top level type
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 18 Aug 2017 01:25:54 +0000 (18:25 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 18 Aug 2017 18:21:10 +0000 (18:21 +0000)
commit776c33ee5ed67a00bd05912bd15a7c8062daab88
tree94ab26f71e106cf76087db4c56c406ec84203e2f
parente0b34e7be73ed192db8ab3fb83fcd44976d67075
runtime: make evacDst a top level type

This will reduce duplication when evacuate is specialized.

Change-Id: I34cdfb7103442d3e0ea908c970fb46334b86d5c4
Reviewed-on: https://go-review.googlesource.com/56934
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Avelino <t@avelino.xxx>
Reviewed-by: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/hashmap.go