[Tarantool-patches] [PATCH luajit 0/2 v8] introduce cli for tools
Maxim Kokryashkin
max.kokryashkin at gmail.com
Fri Aug 25 12:14:44 MSK 2023
This first patch requires additional changes for the Tarantool proxying.
These changes are done in the PR. The first patch has the test disabled for
Tarantool, so LuaJIT's integrational testing behaves properly. However,
the second patch in this series enables this test for Tarantool, and it
should be applied after the LuaJIT bump with the first patch.
To ensure the test results without the second patch, I've made and
additional branch just for the LuaJIT integrational testing, that
doesn't have the second patch. All of the required links are located
down below.
PR: https://github.com/tarantool/tarantool/pull/8002
Branch (whole series): https://github.com/tarantool/luajit/tree/fckxorg/gh-5688-cli-for-memprof-parse-tnt
Branch (the first patch only): https://github.com/tarantool/luajit/tree/fckxorg/gh-5688-cli-for-memprof-parse
Maxim Kokryashkin (2):
tools: add cli flag to run profile dump parsers
test: don't skip tool CLI flag for tarantool
Makefile.original | 20 ---
src/luajit.c | 41 +++++-
.../gh-5688-tool-cli-flag.test.lua | 127 ++++++++++++++++++
tools/CMakeLists.txt | 73 ----------
tools/luajit-parse-memprof.in | 6 -
tools/luajit-parse-sysprof.in | 6 -
tools/memprof.lua | 4 +-
tools/sysprof.lua | 16 ++-
8 files changed, 183 insertions(+), 110 deletions(-)
create mode 100644 test/tarantool-tests/gh-5688-tool-cli-flag.test.lua
delete mode 100755 tools/luajit-parse-memprof.in
delete mode 100644 tools/luajit-parse-sysprof.in
--
2.41.0
More information about the Tarantool-patches
mailing list