[Tarantool-patches] [PATCH luajit 0/2] FFI: fix arm64 call for HFA

Igor Munkin imun at tarantool.org
Thu Jun 30 15:11:12 MSK 2022


Sergey,

I've checked the patches into all long-term branches in tarantool/luajit
and bumped a new version in master, 2.10 and 1.10 (only the first one).

On 09.12.21, Sergey Kaplun wrote:
> The first patch is necessary to be able to run tests using `ffi.load`
> without selfrun. We need just to use the set environment variable
> itself. And the second patch is an actual fix.
> 
> Branch: https://github.com/tarantool/luajit/tree/skaplun/gh-noticket-arm64-ffi-ccall-fp-convention-full-ci
> Tarantool branch: https://github.com/tarantool/luajit/tree/tarantool/gh-noticket-arm64-ffi-ccall-fp-convention-full-ci
> 
> Mike Pall (1):
>   FFI/ARM64: Fix pass-by-value struct calling conventions.
> 
> Sergey Kaplun (1):
>   test: set DYLD_LIBRARY_PATH environment variable
> 
>  src/lj_ccall.c                                |  3 +-
>  test/tarantool-tests/CMakeLists.txt           | 20 +++---
>  .../arm64-ccall-fp-convention.test.lua        | 65 +++++++++++++++++++
>  test/tarantool-tests/ffi-ccall/CMakeLists.txt |  1 +
>  test/tarantool-tests/ffi-ccall/libfficcall.c  | 28 ++++++++
>  .../gh-4427-ffi-sandwich.test.lua             |  4 --
>  .../lj-flush-on-trace.test.lua                |  4 --
>  test/tarantool-tests/utils.lua                | 17 -----
>  8 files changed, 108 insertions(+), 34 deletions(-)
>  create mode 100644 test/tarantool-tests/arm64-ccall-fp-convention.test.lua
>  create mode 100644 test/tarantool-tests/ffi-ccall/CMakeLists.txt
>  create mode 100644 test/tarantool-tests/ffi-ccall/libfficcall.c
> 
> -- 
> 2.33.1
> 

-- 
Best regards,
IM


More information about the Tarantool-patches mailing list