]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: use expandable columns in ssa.html
authorYury Smolsky <yury@smolsky.by>
Thu, 7 Jun 2018 21:25:12 +0000 (00:25 +0300)
committerKeith Randall <khr@golang.org>
Wed, 13 Jun 2018 21:02:54 +0000 (21:02 +0000)
commit5eb98b3c3016c7dd10d71ee15bb6fc5d3128bec9
tree4b9fac9cdd59e7c0c04c856a6036dd4110c5977a
parentfb4fb0430b8d77b5487f51fd780bba25476e816c
cmd/compile: use expandable columns in ssa.html

Display just a few columns in ssa.html, other
columns can be expanded by clicking on collapsed column.

Use sans serif font for the text, slightly smaller font size
for non program text.

Fixes #25286

Change-Id: I1094695135401602d90b97b69e42f6dda05871a2
Reviewed-on: https://go-review.googlesource.com/117275
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/ssa.go
src/cmd/compile/internal/ssa/compile.go
src/cmd/compile/internal/ssa/html.go