Sign in
go
/
go
/
754bb7158458a0a663a54f3cd015543bce2b822e
/
src
/
reflect
/
makefunc.go
67f8a81
reflect: cache call frames
by Dmitry Vyukov
· 10 years ago
0d81b72
reflect: a few microoptimizations
by Russ Cox
· 10 years ago
a1616d4
reflect: shorten value to 3 words
by Russ Cox
· 10 years ago
f0d44db
runtime: look up arg stackmap for makeFuncStub/methodValueStub during traceback
by Russ Cox
· 11 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/reflect/makefunc.go]
cbc565a
reflect: rewrite Value to separate out pointer vs. nonpointer info.
by Keith Randall
· 11 years ago
c0946af
reflect: correct function name in panic string
by Ian Lance Taylor
· 11 years ago
ef4e12a
reflect: test using a MakeFunc value in a couple of different ways
by Ian Lance Taylor
· 11 years ago
3be7036
reflect: implement method values
by Russ Cox
· 12 years ago
b1b67a3
reflect: stop using run-time code generation
by Russ Cox
· 12 years ago
1903ad7
cmd/gc, reflect, runtime: switch to indirect func value representation
by Russ Cox
· 12 years ago
1120982
reflect: add ArrayOf, ChanOf, MapOf, SliceOf
by Russ Cox
· 12 years ago
ba4625c
reflect: add MakeFunc (API CHANGE)
by Russ Cox
· 13 years ago