[Tarantool-patches] [PATCH luajit v2 0/7] LuaJIT memory profiler

Igor Munkin imun at tarantool.org
Mon Dec 28 11:15:08 MSK 2020


Sergey,

On 25.12.20, Sergey Kaplun wrote:
> 
> This patch provides a Lua interface for memory profiler in LuaJIT
> and the corresponding parser of profiled data.
> 
> Global changes in v2:
>   - Moved symtab to memprof module.
>   - Added LUA_CORE and `module_name`_c defines
>   - Added LJ_FASTCALL in wbuf and leb128 modules.
>   - Added translation units to amalg build.
>   - Code style fixes and commit message fixes.
>   - Added (gh-5490) to ChangeLog.
> 
> Issues: https://github.com/tarantool/tarantool/issues/5442
>         https://github.com/tarantool/tarantool/issues/5490
> 
> Branch: https://github.com/tarantool/luajit/tree/skaplun/gh-5442-luajit-memory-profiler
> 
> CI:     https://gitlab.com/tarantool/tarantool/-/pipelines/234430645
> 
> RFC: https://lists.tarantool.org/pipermail/tarantool-discussions/2020-December/000147.html
> 
> @ChangeLog:
>  - Introduce LuaJIT memory profiler (gh-5442).
>  - Introduce LuaJIT memory profiler parser (gh-5490).
> 
> Sergey Kaplun (7):
>   utils: introduce leb128 reader and writer
>   core: introduce write buffer module
>   vm: introduce VM states for Lua and fast functions
>   core: introduce new mem_L field
>   core: introduce memory profiler
>   misc: add Lua API for memory profiler
>   tools: introduce a memory profile parser

I've checked your patchset into tarantool/luajit bleeding branch and
bumped a new version in Tarantool master.

> 

<snipped>

> -- 
> 2.28.0
> 

-- 
Best regards,
IM


More information about the Tarantool-patches mailing list