]> Cypherpunks repositories - gostls13.git/commit
gc: implement nil map support
authorRuss Cox <rsc@golang.org>
Wed, 17 Aug 2011 18:56:27 +0000 (14:56 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 17 Aug 2011 18:56:27 +0000 (14:56 -0400)
commit65bde087aeaad4844ea13c0064bcd4d8cc90cc03
tree0faa9f92e942897f77e17c163fcc24bf1306200b
parentcf79411b1deac3c416db6b0c47e6cf34cd99f37e
gc: implement nil map support

The spec has defined nil maps this way for months.
I'm behind.

R=ken2
CC=golang-dev
https://golang.org/cl/4901052
src/cmd/gc/builtin.c.boot
src/cmd/gc/range.c
src/cmd/gc/runtime.go
src/cmd/gc/walk.c
src/pkg/reflect/value.go
src/pkg/runtime/hashmap.c
src/pkg/runtime/runtime.h
src/pkg/runtime/type.h