]> Cypherpunks repositories - gostls13.git/commit
runtime: change functype's in and out fields to []*_type
authorMatthew Dempsky <mdempsky@google.com>
Wed, 21 Oct 2015 17:40:39 +0000 (10:40 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Wed, 21 Oct 2015 18:37:45 +0000 (18:37 +0000)
commitc27925094640f0d151da92663d19d511d8dfdc31
tree9603b94dda5a2c4186f9d8b83a985da55b414065
parent163653eeaafad9e7ad9e1cea421f683b62e5904f
runtime: change functype's in and out fields to []*_type

Allows removing a few gratuitous unsafe.Pointer conversions and
parallels the type of reflect.funcType's in and out fields ([]*rtype).

Change-Id: Ie5ca230a94407301a854dfd8782a3180d5054bc4
Reviewed-on: https://go-review.googlesource.com/16163
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/mfinal.go
src/runtime/syscall_windows.go
src/runtime/type.go