]> Cypherpunks repositories - gostls13.git/commit
gc: be pickier about slice, chan, array, and map sizes
authorRuss Cox <rsc@golang.org>
Sat, 1 May 2010 20:15:42 +0000 (13:15 -0700)
committerRuss Cox <rsc@golang.org>
Sat, 1 May 2010 20:15:42 +0000 (13:15 -0700)
commit6361f52fc4ae682e3dae3264cee1f45876272c54
treea65064ae7640c7a8164bf962f33c61998068ed4a
parent97576673bd22ab77e9ca9f9bea27f91a895ca4a2
gc: be pickier about slice, chan, array, and map sizes

Fixes #589.

R=ken2
CC=golang-dev
https://golang.org/cl/1032044
src/cmd/gc/align.c
src/cmd/gc/builtin.c.boot
src/cmd/gc/runtime.go
src/cmd/gc/typecheck.c
src/cmd/gc/walk.c
src/pkg/runtime/chan.c
src/pkg/runtime/hashmap.c
src/pkg/runtime/runtime.h
src/pkg/runtime/slice.c
test/fixedbugs/bug273.go [new file with mode: 0644]