push
github
OSX/iOS/ARM64: Fix bytecode embedding in Mach-O object file. Thanks to Carlo Cabrera. (cherry picked from commit b98b37231) Mach-O FAT object files generated by LuaJIT for ARM64 had an incorrect format due to the usage of the 32-bit version of the FFI structure. This patch adds the 64-bit structure definition and uses it for ARM64. Sergey Bronnikov: * added the description and the test for the problem Part of tarantool/tarantool#9924 Reviewed-by: Maxim Kokryashkin <m.kokryashkin@tarantool.org> Reviewed-by: Sergey Kaplun <skaplun@tarantool.org> Signed-off-by: Sergey Kaplun <skaplun@tarantool.org>
5661 of 6021 branches covered (94.02%)
Branch coverage included in aggregate %.
21616 of 23431 relevant lines covered (92.25%)
2939282.87 hits per line