]> Cypherpunks repositories - gostls13.git/commit
gc: record full package paths in runtime type data
authorRuss Cox <rsc@golang.org>
Mon, 25 Jan 2010 07:33:59 +0000 (23:33 -0800)
committerRuss Cox <rsc@golang.org>
Mon, 25 Jan 2010 07:33:59 +0000 (23:33 -0800)
commit1cecac8134a833b80b2508a887392c8fc62ba0ba
tree79f44fe044fb382e54306a1167d5adda544059c7
parentd1b14a6fb08c908c9a7713a523612964c58f6316
gc: record full package paths in runtime type data

detect compilation of special package runtime with
compiler flag instead of package name.

R=ken2
CC=golang-dev
https://golang.org/cl/193080
src/cmd/gc/go.h
src/cmd/gc/go.y
src/cmd/gc/lex.c
src/cmd/gc/reflect.c
src/cmd/gc/subr.c
src/pkg/reflect/all_test.go
src/pkg/runtime/Makefile