This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]