]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix order of map iteration in deadlocals
authorDavid Chase <drchase@google.com>
Wed, 31 Jul 2024 13:55:14 +0000 (09:55 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 31 Jul 2024 15:13:49 +0000 (15:13 +0000)
commitd32133af7791325afd30ba999c2e11bf5c82b6f6
tree9b4d0ca6c7f71144250de20e61bb0dec7b959d70
parenteea2e929fae6abbc1422f8ee26de02a4b7e4f8cd
cmd/compile: fix order of map iteration in deadlocals

This makes builds reproducible again.

Fixes #68672
Updates #65158

Change-Id: I260180f52e992c702ab89050deb6484087ae265f
Reviewed-on: https://go-review.googlesource.com/c/go/+/602075
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/compile/internal/deadlocals/deadlocals.go