summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/cgocall.h
AgeCommit message (Collapse)AuthorFilesLines
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-1/+1
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-1/+1
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-4/+4
2010-04-09Library support for cgo export.Ian Lance Taylor1-0/+1
These functions are used to call from a C function back to a Go function. This only includes 386 support. R=rsc CC=golang-dev http://codereview.appspot.com/834045
2009-10-038c, 8l dynamic loading support.Russ Cox1-31/+0
better mach binaries. cgo working on darwin+linux amd64+386. eliminated context switches - pi is 30x faster. add libcgo to build. on snow leopard: - non-cgo binaries work; all tests pass. - cgo binaries work on amd64 but not 386. R=r DELTA=2031 (1316 added, 626 deleted, 89 changed) OCL=35264 CL=35304
2009-09-24cgo checkpoint.Russ Cox1-1/+4
can write all 3 output files and then compile them by hand. R=r DELTA=919 (841 added, 16 deleted, 62 changed) OCL=34954 CL=34973
2009-08-24start of FFI support, and a demo.Russ Cox1-0/+39
R=r DELTA=494 (492 added, 0 deleted, 2 changed) OCL=33784 CL=33810