go/src/reflect
Russ Cox 95e92ac420 [release-branch.go1.4] reflect: Fix reflect.funcLayout. The GC bitmap has two bits per
««« CL 182160043 / 321d04dea9d6
reflect: Fix reflect.funcLayout.  The GC bitmap has two bits per
pointer, not one.

Fixes #9179

LGTM=iant, rsc
R=golang-codereviews, iant, rsc
CC=golang-codereviews
https://golang.org/cl/182160043
»»»

TBR=khr
CC=golang-codereviews
https://golang.org/cl/180440044
2014-12-01 11:18:47 -05:00
..
all_test.go [release-branch.go1.4] reflect: Fix reflect.funcLayout. The GC bitmap has two bits per 2014-12-01 11:18:47 -05:00
asm_386.s runtime: look up arg stackmap for makeFuncStub/methodValueStub during traceback 2014-09-12 07:29:19 -04:00
asm_amd64.s runtime: look up arg stackmap for makeFuncStub/methodValueStub during traceback 2014-09-12 07:29:19 -04:00
asm_amd64p32.s runtime: look up arg stackmap for makeFuncStub/methodValueStub during traceback 2014-09-12 07:29:19 -04:00
asm_arm.s runtime: look up arg stackmap for makeFuncStub/methodValueStub during traceback 2014-09-12 07:29:19 -04:00
deepequal.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
example_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
export_test.go [release-branch.go1.4] reflect: Fix reflect.funcLayout. The GC bitmap has two bits per 2014-12-01 11:18:47 -05:00
makefunc.go reflect: a few microoptimizations 2014-10-17 12:54:31 -04:00
set_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
tostring_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
type.go [release-branch.go1.4] reflect: Fix reflect.funcLayout. The GC bitmap has two bits per 2014-12-01 11:18:47 -05:00
value.go reflect: allocate correct type in assignTo and cvtT2I 2014-10-20 10:43:43 -07:00