]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: refactor GOSSAHASH debugging to make it usable outside ssa package.
authorDavid Chase <drchase@google.com>
Mon, 13 Jun 2022 21:53:32 +0000 (17:53 -0400)
committerDavid Chase <drchase@google.com>
Wed, 10 Aug 2022 17:44:57 +0000 (17:44 +0000)
commit522f0fc4251b4df23661f588eb9b0b40c4423bef
tree784331bff9489ea5071685feb1636a49e26e892a
parentf19f6c79e48b0c7aeeeb26e07b626af11653dc99
cmd/compile: refactor GOSSAHASH debugging to make it usable outside ssa package.

I've needed this more than once in the past, I hack it in,
then throw it away, seems sensible to make the change and
save it.

Fixes #53937.

Change-Id: I7fe886b1c93d73cbf553bed587f2c30f0f5d5a0b
Reviewed-on: https://go-review.googlesource.com/c/go/+/418015
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/base/hashdebug.go [new file with mode: 0644]
src/cmd/compile/internal/ir/func.go
src/cmd/compile/internal/ssa/func.go
src/cmd/compile/internal/ssagen/ssa.go