]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fuse largest possible runs of plain blocks
authorDavid Chase <drchase@google.com>
Tue, 27 Sep 2022 19:47:20 +0000 (15:47 -0400)
committerDavid Chase <drchase@google.com>
Fri, 30 Sep 2022 17:13:39 +0000 (17:13 +0000)
commit9e0149da3c25c3a2399e0f578549f252c186491c
tree077534fca793c024d854b3bee936c9d332da92cd
parent73e14a302682df64bffae789802bafc0dec85a2e
cmd/compile: fuse largest possible runs of plain blocks

This is predicted to reduce allocation, hence GC time.
(And it does.)

Change-Id: I30a46805b81e5ecd3fd7a6737f60ec26ef0498b1
Reviewed-on: https://go-review.googlesource.com/c/go/+/434796
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
src/cmd/compile/internal/ssa/fuse.go