This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

struct by value copies


I'm wondering if the responsibility of making a copy of struct by value arguments lies with the caller of ffi_call or with libffi.

I've been looking through different targets to see if this is done anywhere, and don't see copies made anywhere, so I would guess responsibility lies with the caller of ffi_call.

Anyone know for sure?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]