]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: debug trace output for -N variable location gen
authorThan McIntosh <thanm@google.com>
Wed, 5 May 2021 00:38:24 +0000 (20:38 -0400)
committerThan McIntosh <thanm@google.com>
Wed, 5 May 2021 01:48:39 +0000 (01:48 +0000)
commitcaf4c9434b0c9b3f27e1c5e620b2acb0e46a74bb
treebce0f11d51d4a796e35fec2dc7aa6951b5343c26
parent66ce8aa88d144338868b0d3ab8c895608a460750
cmd/compile: debug trace output for -N variable location gen

Add some rudimentary debug trace output for -N location list
generation if "-d=ssa/locationlists" is set.

Updates #45948.

Change-Id: If1a95730538a6e7def7ebe1ece1a71da8e5f0975
Reviewed-on: https://go-review.googlesource.com/c/go/+/317089
Trust: Than McIntosh <thanm@google.com>
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/ssa/debug.go