]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: turn off SSA internal consistency checks
authorKeith Randall <khr@golang.org>
Tue, 15 Mar 2016 22:00:57 +0000 (15:00 -0700)
committerKeith Randall <khr@golang.org>
Tue, 15 Mar 2016 22:25:48 +0000 (22:25 +0000)
commit5305a329d8b6656d357d761afdd8067f61b1cad2
tree17d898ae684d7eae2b033693f2f9c035b0197bc2
parent7e3344f74eea51433918e29abb925e9f6e037888
cmd/compile: turn off SSA internal consistency checks

They've been on for a few weeks of general use and nothing
has tripped up on them yet.

Makes the compiler ~18% faster.

Change-Id: I42d7bbc0581597f9cf4fb28989847814c81b08a2
Reviewed-on: https://go-review.googlesource.com/20741
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/ssa/compile.go