[Tarantool-patches] [PATCH luajit 0/2] Mach-O generation fixes

Sergey Bronnikov estetus at gmail.com
Thu Mar 14 14:39:47 MSK 2024


From: Sergey Bronnikov <sergeyb at tarantool.org>

Issues:
- https://github.com/LuaJIT/LuaJIT/issues/649
- https://github.com/LuaJIT/LuaJIT/pull/863
- https://github.com/LuaJIT/LuaJIT/issues/865
- Epic: https://github.com/tarantool/tarantool/issues/9595
PR: https://github.com/tarantool/tarantool/pull/9814
Branch: https://github.com/tarantool/luajit/tree/ligurio/lj-865-fix_generation_of_mach-o_object_files

Mike Pall (2):
  OSX/iOS/ARM64: Fix generation of Mach-O object files.
  OSX/iOS/ARM64: Fix bytecode embedding in Mach-O object file.

 .github/workflows/exotic-builds-testing.yml   |   5 +-
 src/jit/bcsave.lua                            |  20 +-
 .../lj-366-strtab-correct-size.test.lua       |  10 +-
 ...generation_of_mach-o_object_files.test.lua | 273 ++++++++++++++++++
 test/tarantool-tests/utils/tools.lua          |   8 +
 5 files changed, 302 insertions(+), 14 deletions(-)
 create mode 100644 test/tarantool-tests/lj-865-fix_generation_of_mach-o_object_files.test.lua

-- 
2.34.1



More information about the Tarantool-patches mailing list