From: Igor Munkin via Tarantool-patches <tarantool-patches@dev.tarantool.org> To: Mikhail Shishatskiy <m.shishatskiy@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: Re: [Tarantool-patches] [PATCH luajit v2] memprof: report JIT-side allocations as internal Date: Wed, 2 Feb 2022 20:29:56 +0300 [thread overview] Message-ID: <Yfq/lN2Wn9R+FK7C@tarantool.org> (raw) In-Reply-To: <20210729093425.179158-1-m.shishatskiy@tarantool.org> Misha, I've checked the patch into tarantool branch in tarantool/luajit and bumped a new version in master. On 29.07.21, Mikhail Shishatskiy wrote: > There are cases when the memory profiler attempts to attribute > allocations triggered by the JIT engine recording phase > with a Lua function to be recorded. In this case, > lj_debug_frameline() may return BC_NOPOS (i.e. a negative value). > > Previously, these situations were ignored and the profiler > reported, that the source line was equal to zero. > > This patch adjusts profiler behavior to treat allocations > described above as internal by dumping ASOURCE_INT if > lj_debug_frameline() returns a negative value. > > Resolves tarantool/tarantool#5679 > --- > > Issue: https://github.com/tarantool/tarantool/issues/5679 > Branch: https://github.com/tarantool/luajit/tree/shishqa/gh-5679-report-jit-allocations-as-internal > CI: https://github.com/tarantool/tarantool/tree/shishqa/gh-5679-report-jit-allocations-as-internal > > Changes in v2: > - Fixed commit title to fit in width of 50 symbols; > - Rebased to the branch [1]; > - Reused default_payload() as a payload to test patch behavior. > > [1]: https://github.com/tarantool/luajit/tree/shishqa/gh-5814-group-allocations-on-trace-by-trace-number > > src/lj_memprof.c | 28 ++++++++++++------- > .../misclib-memprof-lapi.test.lua | 16 ++++++++--- > 2 files changed, 30 insertions(+), 14 deletions(-) > <snipped> > -- > 2.32.0 > -- Best regards, IM
prev parent reply other threads:[~2022-02-02 17:32 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-07-29 9:34 Mikhail Shishatskiy via Tarantool-patches 2021-08-14 11:24 ` Sergey Kaplun via Tarantool-patches 2021-08-21 4:43 ` Mikhail Shishatskiy via Tarantool-patches 2021-11-24 13:01 ` Mikhail Shishatskiy via Tarantool-patches 2022-02-02 17:26 ` Igor Munkin via Tarantool-patches 2022-02-02 17:29 ` Igor Munkin via Tarantool-patches [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=Yfq/lN2Wn9R+FK7C@tarantool.org \ --to=tarantool-patches@dev.tarantool.org \ --cc=imun@tarantool.org \ --cc=m.shishatskiy@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH luajit v2] memprof: report JIT-side allocations as internal' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox