]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: work with new bisect command
authorRuss Cox <rsc@golang.org>
Wed, 3 May 2023 05:08:10 +0000 (01:08 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 5 May 2023 15:03:53 +0000 (15:03 +0000)
commit761e813829d68420635f4b4f6c75cca158767329
treecb8972477434f02dee8709b524a6bef3851166db
parent068d7b1052d788303c1edcbd0119d3e0895845ac
cmd/compile: work with new bisect command

CL 491875 introduces a new bisect command, which we plan to
document for use by end users to debug semantic changes in
the compiler and in GODEBUGs.

This CL adapts the existing GOSSAHASH support, which bisect
is a revision of, to support the specific syntax and output used
by bisect as well.

A followup CL will remove the old GOSSAHASH syntax and output
once existing consumers of that interface have been updated.

Change-Id: I99c4af54bb82c91c74bd8b8282ded968e6316f56
Reviewed-on: https://go-review.googlesource.com/c/go/+/491895
Auto-Submit: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/base/hashdebug.go
src/cmd/compile/internal/base/hashdebug_test.go
src/cmd/compile/internal/loopvar/loopvar_test.go
src/cmd/compile/internal/ssa/fmahash_test.go
src/cmd/dist/buildtool.go