]> Cypherpunks repositories - gostls13.git/commit
gc: changes to export format in preparation for inlining.
authorLuuk van Dijk <lvd@golang.org>
Sat, 8 Oct 2011 17:37:06 +0000 (19:37 +0200)
committerLuuk van Dijk <lvd@golang.org>
Sat, 8 Oct 2011 17:37:06 +0000 (19:37 +0200)
commitb536adbfba6d13e141ba65cda77d69e4ce7e5177
tree1374cf92f897ee302dca518360e9834809393a00
parentbffadd6bd78465e4a9b2e736963fea0630bd9308
gc: changes to export format in preparation for inlining.

string literals used as package qualifiers are now prefixed with '@'
which obviates the need for the extra ':' before tags.

R=rsc, gri, lvd
CC=golang-dev
https://golang.org/cl/5129057
14 files changed:
src/cmd/gc/builtin.c.boot
src/cmd/gc/esc.c
src/cmd/gc/export.c
src/cmd/gc/gen.c
src/cmd/gc/go.h
src/cmd/gc/go.y
src/cmd/gc/lex.c
src/cmd/gc/print.c
src/cmd/gc/subr.c
src/lib9/fmt/fmtprint.c
src/lib9/fmt/fmtvprint.c
src/pkg/go/types/gcimporter.go
test/ddd1.go
test/escape2.go