[PATCH 0/4] Go closures for alpha

Richard Henderson rth@twiddle.net
Thu Oct 30 03:54:00 GMT 2014


A couple of minor bug fixes, then complex suppot, then Go closures.


r~


Richard Henderson (4):
  alpha: Reorganize cif flags
  alpha: Clean up conversion of float values
  alpha: Add support for complex types
  alpha: Add support for Go closures

 src/alpha/ffi.c                              | 429 +++++++++++++++++++++------
 src/alpha/ffitarget.h                        |   4 +
 src/alpha/internal.h                         |  23 ++
 src/alpha/osf.S                              | 427 ++++++++++----------------
 testsuite/libffi.call/call.exp               |  10 +-
 testsuite/libffi.call/cls_complex_va_float.c |   6 +
 6 files changed, 528 insertions(+), 371 deletions(-)
 create mode 100644 src/alpha/internal.h

-- 
1.9.3



More information about the Libffi-discuss mailing list