]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: make compilation deterministic, fixes toolstash
authorKeith Randall <khr@golang.org>
Thu, 3 Mar 2016 17:53:03 +0000 (09:53 -0800)
committerKeith Randall <khr@golang.org>
Thu, 3 Mar 2016 18:03:45 +0000 (18:03 +0000)
commit686fbdb3b0c228f4c990dbb6b2f2dbe1df4c7cfd
tree49656b032e0fc1920d8dcdcd7457dbb1e74a6932
parentc03ed491fe8d11622a2ecac6bfc87da91879dfa8
cmd/compile: make compilation deterministic, fixes toolstash

Make sure we don't depend on map iterator order.

Fixes #14600

Change-Id: Iac0e0c8689f3ace7a4dc8e2127e2fd3c8545bd29
Reviewed-on: https://go-review.googlesource.com/20158
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/ssa/print.go
src/cmd/compile/internal/ssa/regalloc.go