]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add more color choices to ssa.html
authorYury Smolsky <yury@smolsky.by>
Sat, 16 Jun 2018 13:02:48 +0000 (16:02 +0300)
committerJosh Bleecher Snyder <josharian@gmail.com>
Sat, 16 Jun 2018 13:35:45 +0000 (13:35 +0000)
commitb459e0045404d30dc14ea82d3b735f12b43df7d4
tree2b8f92b569c2ccf8b2211cd19ce18a5a4080257b
parentcdffe9b1e3dc54dd52a221e65e577f6c76ad39b8
cmd/compile: add more color choices to ssa.html

It is possible to highlight up to 12 SSA values
and outlinte up to 11 SSA blocks.

Change-Id: Ifefb813ba07ee8856681552b77199f409e03d74d
Reviewed-on: https://go-review.googlesource.com/119318
Run-TryBot: Yury Smolsky <yury@smolsky.by>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/compile/internal/ssa/html.go