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

Igor Munkin imun at tarantool.org
Mon Feb 20 12:56:19 MSK 2023


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.

On 18.01.23, Sergey Kaplun via Tarantool-patches wrote:
> Something strange happened with the previous cover-letter, so resend
> it.
> 
> 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
> 

-- 
Best regards,
IM


More information about the Tarantool-patches mailing list