public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Hayden Livingston <halivingston@gmail.com>
To: libffi-discuss@sourceware.org
Subject: does it matter how I construct an aggregate struct type if its size is the same?
Date: Fri, 18 Dec 2015 06:47:00 -0000	[thread overview]
Message-ID: <CAMxMwy+ATViiyo4Znn4-jhmoKNEDWbHUxFPOmK6sX9_Lxd_j0w@mail.gmail.com> (raw)

This may be a fundamental question, but does it matter how a struct is
constructed if its size is accurate to the receiving function? That is
if it was made up of all int8s vs. a combination of other types?

My scenario is that I have a receiving function whose actual struct
type information I do not know, but I know its size, so I was thinking
I could just build it up using int8 ffi_type and hope for the best.

Is this correct in the most popular ABIs (x86, x64, arm -
windows/Linux/macosx) that all the ABI and compilers that generate
code respecting those ABI care only about size and alignment?

I suspect so, but I'm not sure if there are quirks? Maybe on Windows?

Thanks!

             reply	other threads:[~2015-12-18  6:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-18  6:47 Hayden Livingston [this message]
2015-12-18  6:50 ` Hayden Livingston
2015-12-18 11:08 ` Andrew Haley
2015-12-18 15:16   ` Hayden Livingston
2015-12-18 20:04     ` Andrew Haley
2015-12-18 21:42       ` Jay
2015-12-18 22:16         ` Hayden Livingston
2015-12-18 22:24           ` Andrew Haley
2015-12-18 23:10             ` Hayden Livingston

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=CAMxMwy+ATViiyo4Znn4-jhmoKNEDWbHUxFPOmK6sX9_Lxd_j0w@mail.gmail.com \
    --to=halivingston@gmail.com \
    --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).