show/hide this revision's text 3 freebsd remark

Hmm, didn't OS X ABI also do funny RISC like things like passing small structs in registers?

So that points to the consistency with other platforms theory.

Come to think of it, the FreeBSD syscall api also aligns 64-bit values. (like e.g. lseek and mmap)

show/hide this revision's text 2 added 21 characters in body

Hmm, didn't OS X ABI also do funny RISC like things like passing small structs in registers?

So that points to the consistency with other platforms theory.

show/hide this revision's text 1

Hmm, didn't OS X ABI also do funny RISC like things like passing small structs in registers?

So that points to the consistency theory.