]> Cypherpunks repositories - gostls13.git/commit
internal/bisect: add 'q' hash option for quiet hash behavior switching
authorDavid Chase <drchase@google.com>
Thu, 15 Jun 2023 17:56:02 +0000 (13:56 -0400)
committerDavid Chase <drchase@google.com>
Tue, 20 Jun 2023 14:35:37 +0000 (14:35 +0000)
commit02789816c46993c1c093500d94b8ebb4b622b77a
treef6167b98c8f130e56d4957975a148e373fb3df2b
parent98617fd23fa799173c33741987d41ee64cbb2a4f
internal/bisect: add 'q' hash option for quiet hash behavior switching

This is intended for the specific case of 'fmahash=qn' where someone
wants to disable fma without all the hash-search-handshake output.
There are cases where arm64, ppc64, and s390x users might want to do
this.

Change-Id: Iaf46c68a00d7c9f7f82fd98a4548b72610f84bed
Reviewed-on: https://go-review.googlesource.com/c/go/+/503776
Run-TryBot: David Chase <drchase@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/internal/bisect/bisect.go