]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: eliminate more allocs in newblock
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 28 Oct 2016 02:53:50 +0000 (19:53 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 28 Oct 2016 03:13:35 +0000 (03:13 +0000)
commit79d2115ec933904c02311cd31923b125fe4303dc
tree8635fbb2ff3f977ddd18f45f45fb928b5a14c22f
parent23d762c1298f6e3f0507debc9bfba83c66a8796e
cmd/compile: eliminate more allocs in newblock

name       old allocs/op    new allocs/op    delta
Template         389k ± 0%        386k ± 0%  -0.84%        (p=0.000 n=10+10)
Unicode          323k ± 0%        323k ± 0%  -0.25%        (p=0.000 n=10+10)
GoTypes         1.17M ± 0%       1.16M ± 0%  -0.93%        (p=0.000 n=10+10)
Compiler        4.13M ± 0%       4.09M ± 0%  -1.05%        (p=0.000 n=10+10)

Change-Id: I6c00850d07511c2e65761c7373fc3df738499105
Reviewed-on: https://go-review.googlesource.com/32235
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/plive.go