]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: disable doubleCheck and remove unused checkDictionary
authorDan Scales <danscales@google.com>
Tue, 9 Nov 2021 02:10:30 +0000 (18:10 -0800)
committerDan Scales <danscales@google.com>
Tue, 9 Nov 2021 16:38:42 +0000 (16:38 +0000)
commit47e3c4bc74f5f260cbc9c5e6d1ababde0a114a97
tree1d9dff2c96ad19120544d5aa5346b21c7933884a
parent2ade8ae325e6410f9696f431e6c50479216e63ae
cmd/compile: disable doubleCheck and remove unused checkDictionary

In stencil.go, change doubleCheck to false, which will turn off some
double-checking code which isn't needed generally, now that we have lots
of tests of end-to-end runs.

Also, removed checkDictionary() which is unused and is unlikely to be
useful in the future.

Change-Id: I4e5acceab80f4904b174422bae21ca82cf04f943
Reviewed-on: https://go-review.googlesource.com/c/go/+/361923
Trust: Dan Scales <danscales@google.com>
Run-TryBot: Dan Scales <danscales@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
src/cmd/compile/internal/noder/stencil.go