]> Cypherpunks repositories - gostls13.git/commit
runtime: CSE some function arguments in evacuate
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 7 Jun 2017 18:35:17 +0000 (11:35 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 14 Aug 2017 00:51:14 +0000 (00:51 +0000)
commitaca92f352d6a5bc0b17cd39d3b1bbe23ae0bb5ac
tree281c5a865726dddb09d27d8de6a16a73e95235f3
parenta6136ded32878f9225e26b03ce9d9e84b0198af8
runtime: CSE some function arguments in evacuate

Shrinks evacuate's machine code a little.

Change-Id: I08874c92abdc7e621bc0737e22f2a6be31542cab
Reviewed-on: https://go-review.googlesource.com/54652
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Martin Möhrmann <moehrmann@google.com>
src/runtime/hashmap.go