]> Cypherpunks repositories - gostls13.git/commit
static initialization with DATA statements
authorKen Thompson <ken@golang.org>
Mon, 18 May 2009 02:16:16 +0000 (19:16 -0700)
committerKen Thompson <ken@golang.org>
Mon, 18 May 2009 02:16:16 +0000 (19:16 -0700)
commit62231e91d08e18e2c757adb0b16664fd7dddd8ee
tree8f871e130c5015edbcd033443f0f1cc4d06e19a5
parent49fceff6af48269e35e39de99861c68263c85ebe
static initialization with DATA statements
structs and arrays are done
slices and maps are yet to do

R=r
OCL=28977
CL=28977
src/cmd/6g/cgen.c
src/cmd/6g/gen.c
src/cmd/gc/dcl.c
src/cmd/gc/gen.c
src/cmd/gc/walk.c