]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: add HTML SSA printer
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 10 Aug 2015 19:15:52 +0000 (12:15 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 13 Aug 2015 21:56:06 +0000 (21:56 +0000)
commit35fb514596b970a73be972fa917fa23ca74f7be6
tree5ce389c4fcba4fe2de5be2b813a7e38363fb2978
parent3e7904b648791e8d9df4930aed645ae7bbda5f94
[dev.ssa] cmd/compile: add HTML SSA printer

This is an initial implementation.
There are many rough edges and TODOs,
which will hopefully be polished out
with use.

Fixes #12071.

Change-Id: I1d6fd5a343063b5200623bceef2c2cfcc885794e
Reviewed-on: https://go-review.googlesource.com/13472
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/ssa.go
src/cmd/compile/internal/ssa/compile.go
src/cmd/compile/internal/ssa/config.go
src/cmd/compile/internal/ssa/deadcode.go
src/cmd/compile/internal/ssa/html.go [new file with mode: 0644]
src/cmd/compile/internal/ssa/print.go
src/cmd/internal/obj/obj.go