[Tarantool-patches] [PATCH luajit 0/3] Dualnumber mode fixes

Sergey Kaplun skaplun at tarantool.org
Wed Jan 18 23:16:53 MSK 2023


The first 2 patches:
* sysprof: fix interval parsing in dual-number mode
* ci: introduce workflow for exotic builds
are needed to introduce workflow for dualnumber mode build, to test the
3rd commit:
* x86/x64: Fix loop realignment.

The first and second commits are separated as far as only the first one
is needed to backport to tarantool-1.10 branch.

PR: https://github.com/tarantool/tarantool/pull/8180
Issues:
* https://github.com/LuaJIT/LuaJIT/issues/556
* https://github.com/tarantool/tarantool/issues/8069
Branch: https://github.com/tarantool/luajit/tree/skaplun/lj-556-fix-loop-realignment-full-ci

Mike Pall (1):
  x86/x64: Fix loop realignment.

Sergey Kaplun (2):
  sysprof: fix interval parsing in dual-number mode
  ci: introduce workflow for exotic builds

 .github/workflows/exotic-builds-testing.yml   | 71 +++++++++++++++++++
 src/lib_misc.c                                |  2 +-
 src/lj_asm_x86.h                              |  5 +-
 .../lj-556-fix-loop-realignment.test.lua      | 18 +++++
 4 files changed, 93 insertions(+), 3 deletions(-)
 create mode 100644 .github/workflows/exotic-builds-testing.yml
 create mode 100644 test/tarantool-tests/lj-556-fix-loop-realignment.test.lua

-- 
2.34.1



More information about the Tarantool-patches mailing list