* [Tarantool-patches] [PATCH test-run] pretest_clean: add jit.dis_arm64 LuaJIT built-in
@ 2021-06-01 14:47 Sergey Kaplun via Tarantool-patches
2021-06-02 16:59 ` Alexander Turenko via Tarantool-patches
0 siblings, 1 reply; 2+ messages in thread
From: Sergey Kaplun via Tarantool-patches @ 2021-06-01 14:47 UTC (permalink / raw)
To: Alexander Turenko, Alexander V . Tikhonov; +Cc: tarantool-patches
LuaJIT built-in arm64 support for jit utils was introduced via
tarantool/tarantool@93e2ce52dd948b26bbf3c23eaa371cb91e017258
(build: add missing module for jit.dump on ARM64) in Tarantool to
support jit.dump under aarch64 architecture.
Relates to tarantool/tarantool#5983
---
Branch: https://github.com/tarantool/test-run/tree/skaplun/pretest-clean-dis-arm64
pretest_clean.lua | 1 +
1 file changed, 1 insertion(+)
diff --git a/pretest_clean.lua b/pretest_clean.lua
index 88d2dac..ec0dc20 100644
--- a/pretest_clean.lua
+++ b/pretest_clean.lua
@@ -253,6 +253,7 @@ local function clean()
jit = true,
['jit.bc'] = true,
['jit.bcsave'] = true,
+ ['jit.dis_arm64'] = true,
['jit.dis_x64'] = true,
['jit.dis_x86'] = true,
['jit.dump'] = true,
--
2.31.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Tarantool-patches] [PATCH test-run] pretest_clean: add jit.dis_arm64 LuaJIT built-in
2021-06-01 14:47 [Tarantool-patches] [PATCH test-run] pretest_clean: add jit.dis_arm64 LuaJIT built-in Sergey Kaplun via Tarantool-patches
@ 2021-06-02 16:59 ` Alexander Turenko via Tarantool-patches
0 siblings, 0 replies; 2+ messages in thread
From: Alexander Turenko via Tarantool-patches @ 2021-06-02 16:59 UTC (permalink / raw)
To: Sergey Kaplun; +Cc: tarantool-patches
On Tue, Jun 01, 2021 at 05:47:06PM +0300, Sergey Kaplun wrote:
> LuaJIT built-in arm64 support for jit utils was introduced via
> tarantool/tarantool@93e2ce52dd948b26bbf3c23eaa371cb91e017258
> (build: add missing module for jit.dump on ARM64) in Tarantool to
> support jit.dump under aarch64 architecture.
>
> Relates to tarantool/tarantool#5983
> ---
>
> Branch: https://github.com/tarantool/test-run/tree/skaplun/pretest-clean-dis-arm64
>
> pretest_clean.lua | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/pretest_clean.lua b/pretest_clean.lua
> index 88d2dac..ec0dc20 100644
> --- a/pretest_clean.lua
> +++ b/pretest_clean.lua
> @@ -253,6 +253,7 @@ local function clean()
> jit = true,
> ['jit.bc'] = true,
> ['jit.bcsave'] = true,
> + ['jit.dis_arm64'] = true,
> ['jit.dis_x64'] = true,
> ['jit.dis_x86'] = true,
> ['jit.dump'] = true,
> --
> 2.31.0
LGTM.
Pushed to test-run's master. Updated the test-run submodule in tarantool
in the following commits: 2.9.0-56-g2b107f698, 2.8.1-34-g1a766911c,
2.7.2-28-g7d97ebb3d, 1.10.10-16-g3aedbe923.
WBR, Alexander Turenko.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-06-02 17:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-01 14:47 [Tarantool-patches] [PATCH test-run] pretest_clean: add jit.dis_arm64 LuaJIT built-in Sergey Kaplun via Tarantool-patches
2021-06-02 16:59 ` Alexander Turenko via Tarantool-patches
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox