]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: use slices.SortStableFunc
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Wed, 4 Sep 2024 18:21:40 +0000 (01:21 +0700)
committerGopher Robot <gobot@golang.org>
Thu, 5 Sep 2024 18:56:40 +0000 (18:56 +0000)
commit32bd777a37847566b5cf921f77ccd8877b07027b
tree7ea2baf12db8ee5779c93228f6ceba6b32a7dd28
parentf15095f543637ea93e8ab683dff4f9b31e137ca9
cmd/compile: use slices.SortStableFunc

Now that we're bootstrapping from a toolchain that has the slices
package.

Updates #64751

Change-Id: I876ec6d261466344faf33f8c5cda229dd1e4185f
Reviewed-on: https://go-review.googlesource.com/c/go/+/610602
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/compile/internal/inline/inlheur/analyze.go
src/cmd/compile/internal/liveness/mergelocals.go