Open
Description
Product: Tarantool
Since: 2.10
Root document: https://www.tarantool.io/en/doc/latest/book/app_server/luajit_memprof/
Dev issue: tarantool/tarantool#5814
SME: @ igormunkin , @ Buristan
Details
We already know the number of a trace being executed where an allocation event happens. So we can simplify debugging by reporting not INTERNAL:
but TRACE [n]:
with the allocation event. It enables users to compare this output with jit.dump()
and so on.