1
0
mirror of https://github.com/golang/go synced 2024-10-02 16:18:38 -06:00
go/src/pkg/reflect
Russ Cox f8f630f5ec runtime: use reflect.call during panic instead of newstackcall
newstackcall creates a new stack segment, and we want to
be able to throw away all that code.

LGTM=khr
R=khr, iant
CC=dvyukov, golang-codereviews, r
https://golang.org/cl/139270043
2014-09-05 16:51:45 -04:00
..
all_test.go cmd/gc, runtime: treat slices and strings like pointers in garbage collection 2014-08-25 14:38:19 -04:00
asm_386.s runtime: move reflect trampolines into thunk file. 2014-09-02 10:07:02 -07:00
asm_amd64.s runtime: move reflect trampolines into thunk file. 2014-09-02 10:07:02 -07:00
asm_amd64p32.s runtime: move reflect trampolines into thunk file. 2014-09-02 10:07:02 -07:00
asm_arm.s runtime: move reflect trampolines into thunk file. 2014-09-02 10:07:02 -07:00
deepequal.go reflect: remove length check for arrays in deepValueEqual 2013-12-29 11:05:30 -08:00
example_test.go reflect: add example for StructTag 2013-09-23 13:19:08 -04:00
export_test.go reflect, runtime: fix crash in GC due to reflect.call + precise GC 2014-04-08 11:11:35 -04:00
makefunc.go reflect: rewrite Value to separate out pointer vs. nonpointer info. 2013-12-19 15:15:24 -08:00
set_test.go all: fix a few more printf arg bugs found by go vet 2013-02-28 11:33:08 -08:00
tostring_test.go build: remove dead code 2013-03-22 17:28:22 -04:00
type.go cmd/gc, runtime: refactor interface inlining decision into compiler 2014-08-18 21:13:11 -04:00
value.go runtime: use reflect.call during panic instead of newstackcall 2014-09-05 16:51:45 -04:00