]> Cypherpunks repositories - gostls13.git/commit
pass Type* to makechan and makemap so that
authorRuss Cox <rsc@golang.org>
Tue, 8 Sep 2009 20:46:54 +0000 (13:46 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 8 Sep 2009 20:46:54 +0000 (13:46 -0700)
commit7a0f4cac03e3aca9230b56ee6a01dcd3015d506a
tree4b7b1227894395359f68eb5d6e0446f9026cd266
parentbd0c13e9f8ebe9ecab9cd7fca10342ee584fd3ed
pass Type* to makechan and makemap so that
they can get the official alignment out of there
instead of guessing.

R=ken
OCL=34450
CL=34450
src/cmd/gc/builtin.c.boot
src/cmd/gc/sys.go
src/cmd/gc/walk.c
src/pkg/runtime/chan.c
src/pkg/runtime/hashmap.c
src/pkg/runtime/reflect.cgo
src/pkg/runtime/runtime.h