public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: libffi-discuss@sourceware.org
Subject: [PATCH 00/10] Go closures for arm
Date: Wed, 29 Oct 2014 20:05:00 -0000	[thread overview]
Message-ID: <1414613147-10917-1-git-send-email-rth@twiddle.net> (raw)

This patch set tidies up the port significantly, and adds
support for complex and Go closures.


r~


Richard Henderson (10):
  arm: Reindent arm/ffi.c
  arm: Deref ffi_align argument
  arm: Deref ffi_put_arg arguments
  arm: Rewrite vfp_type_p
  arm: Rewrite ffi_call
  arm: Rewrite ffi_closure
  arm: Remove internal FFI_TYPE constants
  arm: Add support for complex types
  arm: Add argument space for the hidden struct return pointer
  arm: Add support for Go closures

 Makefile.am                    |    7 +-
 src/arm/ffi.c                  | 1246 ++++++-----
 src/arm/ffitarget.h            |   10 +-
 src/arm/gentramp.sh            |  118 --
 src/arm/internal.h             |    7 +
 src/arm/sysv.S                 |  702 +++----
 src/arm/trampoline.S           | 4450 ----------------------------------------
 testsuite/libffi.call/call.exp |   10 +-
 8 files changed, 968 insertions(+), 5582 deletions(-)
 delete mode 100755 src/arm/gentramp.sh
 create mode 100644 src/arm/internal.h
 delete mode 100644 src/arm/trampoline.S

-- 
1.9.3

             reply	other threads:[~2014-10-29 20:05 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-29 20:05 Richard Henderson [this message]
2014-10-29 20:06 ` [PATCH 06/10] arm: Rewrite ffi_closure Richard Henderson
2014-10-29 20:06 ` [PATCH 09/10] arm: Add argument space for the hidden struct return pointer Richard Henderson
2014-10-29 20:06 ` [PATCH 01/10] arm: Reindent arm/ffi.c Richard Henderson
2014-10-29 20:06 ` [PATCH 02/10] arm: Deref ffi_align argument Richard Henderson
2014-10-29 20:06 ` [PATCH 08/10] arm: Add support for complex types Richard Henderson
2014-10-29 20:06 ` [PATCH 10/10] arm: Add support for Go closures Richard Henderson
2014-10-29 20:06 ` [PATCH 04/10] arm: Rewrite vfp_type_p Richard Henderson
2014-10-29 20:06 ` [PATCH 05/10] arm: Rewrite ffi_call Richard Henderson
2014-10-29 20:06 ` [PATCH 07/10] arm: Remove internal FFI_TYPE constants Richard Henderson
2014-10-29 20:06 ` [PATCH 03/10] arm: Deref ffi_put_arg arguments Richard Henderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1414613147-10917-1-git-send-email-rth@twiddle.net \
    --to=rth@twiddle.net \
    --cc=libffi-discuss@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).