]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: disable checknils during alg eq generation
authorJosh Bleecher Snyder <josharian@gmail.com>
Tue, 5 May 2015 01:16:50 +0000 (18:16 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 22 Feb 2016 21:10:55 +0000 (21:10 +0000)
commit36694064e52c721b337f882473280b7da8282d1f
treef71f0ee3b004d38e397cf2f90fa9dc989ec15754
parente7f6d8b2d7baf2aa299c8bce778e2b0dab3a3798
cmd/compile: disable checknils during alg eq generation

Cuts 20k off cmd/go and 32k off golang.org/x/tools/cmd/godoc, approx 0.15% each.

For #6853 and #9930

Change-Id: Ic510b76b80a9153b1ede7b3533d2dbc16caa5c63
Reviewed-on: https://go-review.googlesource.com/19768
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/compile/internal/gc/subr.go