new reflect library data structures and code declarations
* use structs instead of interfaces * compiler lays out data structures ahead of time, so no more parsing of strings. * unified reflect data structures with interface runtime data structures. * richer data structures should enable reflection on chans and maps, but not implemented here. R=r,iant DELTA=1179 (1179 added, 0 deleted, 0 changed) OCL=31107 CL=31213
Showing
src/pkg/reflect/ntype.go
0 → 100644
src/pkg/reflect/nvalue.go
0 → 100644
This diff is collapsed.
src/pkg/runtime/type.go
0 → 100644
src/pkg/runtime/type.h
0 → 100644
Please register or sign in to comment