Commit 5305a329 authored by Keith Randall's avatar Keith Randall

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/20741Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 7e3344f7
......@@ -117,7 +117,7 @@ type pass struct {
}
// Run consistency checker between each phase
var checkEnabled = true
var checkEnabled = false
// PhaseOption sets the specified flag in the specified ssa phase,
// returning empty string if this was successful or a string explaining
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment