From 87b5536cd3d339f70b90bc021a7255b48a0da0c0 Mon Sep 17 00:00:00 2001 From: Sergey Bronnikov Date: Mon, 25 Sep 2023 19:44:16 +0300 Subject: [PATCH] luajit: bump new version * LJ_GC64: Fix lua_concat(). Part of #8825 NO_DOC=LuaJIT submodule bump NO_TEST=LuaJIT submodule bump --- changelogs/unreleased/gh-8825-luajit-fixes.md | 1 + third_party/luajit | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelogs/unreleased/gh-8825-luajit-fixes.md b/changelogs/unreleased/gh-8825-luajit-fixes.md index a079477b7b45..ca056b832d83 100644 --- a/changelogs/unreleased/gh-8825-luajit-fixes.md +++ b/changelogs/unreleased/gh-8825-luajit-fixes.md @@ -18,3 +18,4 @@ were fixed as part of this activity: * Fixed frame for on-trace OOM handling. * Fixed handling of instable types in TNEW/TDUP load forwarding. * Handled table unsinking in the presence of `IRFL_TAB_NOMM`. +* Fixed `lua_concat()`. diff --git a/third_party/luajit b/third_party/luajit index e4bf14c8e095..a25e6499d68b 160000 --- a/third_party/luajit +++ b/third_party/luajit @@ -1 +1 @@ -Subproject commit e4bf14c8e0959f7c6300e93530e6034c7764fe31 +Subproject commit a25e6499d68bce8ab0377974413038ad070ff0a3