]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: sort interface methods in tointerface0
authorMatthew Dempsky <mdempsky@google.com>
Fri, 11 Mar 2016 07:59:59 +0000 (23:59 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Fri, 11 Mar 2016 18:25:42 +0000 (18:25 +0000)
commitd9bb69396034d6e3553018592926fbf0cd75a0cf
tree3e81bed0cfdb6b84ac395063bd37401f48bb3f56
parent53984e5be200c40c4cf2ded9a1d002a5906c9e1f
cmd/compile: sort interface methods in tointerface0

Might as well sort them while they're still in a slice.

Change-Id: I40c25ddc5c054dcb4da2aeefa79947967609d599
Reviewed-on: https://go-review.googlesource.com/20591
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/dcl.go
src/cmd/compile/internal/gc/subr.go