src/s390/sysv.S


Log

Author Commit Date CI Message
Richard Henderson 7ba30b19 2014-12-19T11:38:17 s390: Inline and tidy ffi_prep_args As per discussion with Ulrich Weigand, document the restrictions on the code within ffi_call_int as we simultaneously prepare stack frames for ffi_call_SYSV and the target function.
Richard Henderson f69ec6f3 2014-12-18T16:21:07 s390: Use pc-relative insns in 31-bit mode It's silly to stick to esa/390 features when the compiler won't. Detect when brasl and larl are used by the compiler and then use them in the assembly.
Richard Henderson 2f530de1 2014-12-18T16:01:59 s390: Reorganize assembly Avoid using ffi_prep_args as a callback; do all the work setting up the frame within ffi_call_int directly. Save fewer registers in ffi_closure_SYSV.
Richard Henderson c860ca9a 2014-12-17T13:24:03 s390: Kill trailing whitespace
Dominik Vogt 02b7c899 2014-12-17T13:20:51 s390: Go closure support
Anthony Green c6dddbd0 2009-10-04T08:11:33 Initial commit