]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: display AST IR in ssa.html
authorYury Smolsky <yury@smolsky.by>
Tue, 31 Jul 2018 15:13:05 +0000 (18:13 +0300)
committerKeith Randall <khr@golang.org>
Fri, 24 Aug 2018 19:11:12 +0000 (19:11 +0000)
commit4cc027fb55956c001ce486f48538835581bc5197
tree10493bd5c35e92ca73d6dac9ddc5dda2a734d64c
parent97f153528513e9a7ededf7e0aca7a4e30a3f4fe7
cmd/compile: display AST IR in ssa.html

This change adds a new column, AST IR. That column contains
nodes for a function specified in $GOSSAFUNC.

Also this CL enables horizontal scrolling of sources and AST columns.

Fixes #26662

Change-Id: I3fba39fd998bb05e9c93038e8ec2384c69613b24
Reviewed-on: https://go-review.googlesource.com/126858
Run-TryBot: Yury Smolsky <yury@smolsky.by>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/fmt.go
src/cmd/compile/internal/gc/ssa.go
src/cmd/compile/internal/ssa/html.go