]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: combine ssa.html columns with identical contents
authorBradford Lamson-Scribner <brad.lamson@gmail.com>
Sun, 29 Mar 2020 19:17:46 +0000 (13:17 -0600)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 1 Apr 2020 03:54:44 +0000 (03:54 +0000)
commitafc480bab447c0fefe26a69e4221d93673021e98
treeab8565a634c94e810f5f40ee6a535e9febf7237d
parent7939c43748932c0caf1a1538410eb70fcd5a705f
cmd/compile: combine ssa.html columns with identical contents

Combine columns in ssa.html output if they are identical. There
can now be multiple titles per column which are all clickable to
expand and collapse their column. Give collapsed columns some
padding for better readability. Some of the work in this CL was
started by Josh Bleecher Snyder and mailed to me in order to
continue to completion.

Updates #37766

Change-Id: I313b0917dc1bafe1eb99d91798ea915e5bcfaae9
Reviewed-on: https://go-review.googlesource.com/c/go/+/226209
Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/html.go
src/cmd/compile/internal/ssa/print.go