luajit: bump new version
LuaJIT submodule is bumped to introduce the following changes: * tools: introduce --leak-only memprof parser option Within this changeset the new Lua module providing post-processing routines for parsed memory events is introduced: * memprof/process.lua: post-process the collected events The changes provide an option showing only heap difference. One can launch memory profile parser with the introduced option via the following command: $ tarantool -e 'require("memprof")(arg)' - --leak-only filename.bin Closes #5812 Reviewed-by:Igor Munkin <imun@tarantool.org> Signed-off-by:
Igor Munkin <imun@tarantool.org>
Showing
- changelogs/unreleased/luajit-memprof-leakonly.md 9 additions, 0 deletionschangelogs/unreleased/luajit-memprof-leakonly.md
- src/CMakeLists.txt 1 addition, 0 deletionssrc/CMakeLists.txt
- src/lua/init.c 2 additions, 0 deletionssrc/lua/init.c
- third_party/luajit 1 addition, 1 deletionthird_party/luajit
Loading
Please register or sign in to comment