This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r212853 - in /trunk/libgo: Makefile.am Makefile...
- From: ian at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sat, 19 Jul 2014 21:36:27 -0000
- Subject: r212853 - in /trunk/libgo: Makefile.am Makefile...
Author: ian
Date: Sat Jul 19 21:36:26 2014
New Revision: 212853
URL: https://gcc.gnu.org/viewcvs?rev=212853&root=gcc&view=rev
Log:
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.
Added:
trunk/libgo/go/reflect/makefunc_ffi.go
trunk/libgo/go/reflect/makefunc_ffi_c.c
trunk/libgo/runtime/go-ffi.c
trunk/libgo/runtime/go-ffi.h
Modified:
trunk/libgo/Makefile.am
trunk/libgo/Makefile.in
trunk/libgo/go/reflect/all_test.go
trunk/libgo/go/reflect/makefunc.go
trunk/libgo/go/reflect/makefunc_dummy.c
trunk/libgo/runtime/go-caller.c
trunk/libgo/runtime/go-callers.c
trunk/libgo/runtime/go-panic.h
trunk/libgo/runtime/go-recover.c
trunk/libgo/runtime/go-reflect-call.c
trunk/libgo/runtime/go-traceback.c
trunk/libgo/runtime/mprof.goc
trunk/libgo/runtime/proc.c
trunk/libgo/runtime/runtime.h