]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: stop constructing sudog type
authorMatthew Dempsky <mdempsky@google.com>
Thu, 17 Mar 2016 11:58:34 +0000 (04:58 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Thu, 17 Mar 2016 18:02:40 +0000 (18:02 +0000)
commitac74e5debc884ea4545e23c3248385f0d683524a
treea93796a730c659aea9694a74dc26562504b02839
parent65b4020403aae13676e2f84e868f35d2f72629ad
cmd/compile: stop constructing sudog type

The compiler doesn't care about the runtime's sudog type. Stop
constructing it.

Change-Id: If1885fe30b2e215a08d17662eab5ea6d81fe58ab
Reviewed-on: https://go-review.googlesource.com/20797
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/compile/internal/gc/select.go
src/runtime/runtime2.go