aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/reflect/makefunc_ffi_c.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-17re PR go/91781 (r275691 breaks go test "reflect")Ian Lance Taylor1-2/+4
2019-09-17reflect: unexport FFICallbackGo; use go:linkname insteadIan Lance Taylor1-3/+3
2019-08-30compile, runtime: permit anonymous and empty fields in C headerIan Lance Taylor1-1/+0
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor1-4/+16
2016-11-18runtime, reflect: rewrite Go to FFI type conversion in GoIan Lance Taylor1-10/+5
2015-01-19Add attribute unused to dummy arguments in ffi stubRichard Henderson1-1/+2
2015-01-19reflect: Fix build for systems that do not define ffi_go_closure.Ian Lance Taylor1-3/+3
2015-01-16compiler, reflect, runtime: Use static chain for closures.Richard Henderson1-52/+16
2014-10-08re PR go/60406 (recover.go: test13reflect2 test failure)Ian Lance Taylor1-17/+10
2014-07-19reflect, runtime: Use libffi closures to implement reflect.MakeFunc.Ian Lance Taylor1-0/+135