gcc/libgo/go/reflect
Ian Lance Taylor dffa732835 reflect, runtime: Use libffi closures to implement reflect.MakeFunc.
Keep using the existing 386 and amd64 code on those archs,
since it is more efficient.

From-SVN: r212853
2014-07-19 21:36:26 +00:00
..
all_test.go reflect, runtime: Use libffi closures to implement reflect.MakeFunc. 2014-07-19 21:36:26 +00:00
deepequal.go libgo: Merge from revision 18783:00cce3a34d7e of master library. 2014-06-04 23:15:33 +00:00
example_test.go libgo: Update to October 24 version of master library. 2013-11-06 19:49:01 +00:00
export_test.go libgo: Update to Go 1.3 release. 2014-07-19 08:53:52 +00:00
makefunc.go reflect, runtime: Use libffi closures to implement reflect.MakeFunc. 2014-07-19 21:36:26 +00:00
makefunc_386.S reflect: Fix MakeFunc returning float32 or float64 on 386. 2013-12-12 17:44:01 +00:00
makefunc_amd64.S reflect, runtime: Let reflect.MakeFunc functions call recover. 2013-12-11 23:43:16 +00:00
makefunc_dummy.c reflect, runtime: Use libffi closures to implement reflect.MakeFunc. 2014-07-19 21:36:26 +00:00
makefunc_ffi.go reflect, runtime: Use libffi closures to implement reflect.MakeFunc. 2014-07-19 21:36:26 +00:00
makefunc_ffi_c.c reflect, runtime: Use libffi closures to implement reflect.MakeFunc. 2014-07-19 21:36:26 +00:00
makefuncgo_386.go libgo: Merge to master revision 19184. 2014-06-06 22:37:27 +00:00
makefuncgo_amd64.go libgo: Merge to master revision 19184. 2014-06-06 22:37:27 +00:00
set_test.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
tostring_test.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
type.go libgo: Update to Go 1.3 release. 2014-07-19 08:53:52 +00:00
value.go libgo: Update to Go 1.3 release. 2014-07-19 08:53:52 +00:00