Author :
Richard Henderson
Date :
2014-11-01 15:10:34
Hash :b9ac94f3 Message :x86: Rewrite ffi_call
Decouple the assembly from FFI_TYPE_*. Merge prep_args with ffi_call,
passing the frame and the stack to the assembly.
Note that this patch isn't really standalone, as this breaks closures.