]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/base: enable stack slot merging by default
authorThan McIntosh <thanm@google.com>
Fri, 5 Apr 2024 20:17:17 +0000 (20:17 +0000)
committerThan McIntosh <thanm@google.com>
Tue, 9 Apr 2024 17:45:39 +0000 (17:45 +0000)
commitecfddf4841ceaa7fd253aae0b6d9d0d59625674b
treeaca75b284ffe7b552487243643d2d600f8ff440b
parent82e929e4f8ea465c9bd2c34df850cfb0c3d32791
cmd/compile/internal/base: enable stack slot merging by default

Flag flip to enable stack slot merging by default when optimizing.
Please see the earlier CL for details on what this is doing.

Updates #62737.
Updates #65532.
Updates #65495.

Change-Id: I8e30d553e74ace43d418f883199721f05320d3d7
Reviewed-on: https://go-review.googlesource.com/c/go/+/576681
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/compile/internal/base/flag.go