- Jul 26, 2020
-
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
- Jul 24, 2020
-
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
- Jul 21, 2020
-
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
libffi but not cffi
-
Armin Rigo authored
which hypothesis then tries to reduce, giving not reasonable answer because here one test run of any size takes around 0.2 seconds
-
Armin Rigo authored
-
- Jul 19, 2020
-
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
- Jul 18, 2020
-
-
Armin Rigo authored
-
Armin Rigo authored
-
- Jul 17, 2020
-
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
ffi_prep_closure_loc() symbol.
-
- Jul 11, 2020
-
-
Armin Rigo authored
Add support for arm64 on Mac OS 11.0
-
Armin Rigo authored
-
Armin Rigo authored
-
- Jul 10, 2020
-
-
Armin Rigo authored
we'd need to write '1'. But in this case we can simplify a bit the function signature, removing its need
-
Lawrence D'Anna authored
-
Lawrence D'Anna authored
-
Lawrence D'Anna authored
-
Lawrence D'Anna authored
On Apple arm64, theABI for a variardic function is different than the ABI for a fixed-arg function, even of the same arg types. In order to account for this, CFFI must call ffi_prep_cif_var for variardic calls. see: https://developer.apple.com/library/archive/documentation/Xcode/Conceptual/iPhoneOSABIReference/Articles/ARM64FunctionCallingConventions.html
-
Lawrence D'Anna authored
Use the system libffi if deployment target is at least 10.15
-
- Jul 06, 2020
-
-
Armin Rigo authored
-
Armin Rigo authored
-
- Jul 01, 2020
-
-
Armin Rigo authored
equal to the first one (this is exactly what ffi_prep_closure() does, and that function is now marked as deprecated).
-
- Jun 16, 2020
-
-
Armin Rigo authored
-
- Jun 10, 2020
-
-
Armin Rigo authored
-