From: Mikhail Shishatskiy via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: tarantool-patches@dev.tarantool.org, imun@tarantool.org,
skaplun@tarantool.org
Subject: [Tarantool-patches] [PATCH luajit v2 0/3] memprof: enrich symtab when meeting new prototype
Date: Thu, 2 Dec 2021 14:03:26 +0300 [thread overview]
Message-ID: <20211202110329.664738-1-m.shishatskiy@tarantool.org> (raw)
Patchset v2 with some adjustments based on previous patch series,
and several fixes with improvements:
- Removed "change order of modules patch";
- Changed order of patches so that patch with symtab enriching
works correctly straingt away, and not after applying "on the spot
demangling" patch;
- Changed flag representing that object has been dumped to an epoch
counter to respect consequent memprof launches.
Issue: https://github.com/tarantool/tarantool/issues/5815
Branch: https://github.com/tarantool/luajit/tree/shishqa/gh-5815-enrich-symtab-when-prototype-is-allocated-v2
Tarantool branch: https://github.com/tarantool/tarantool/tree/shishqa/gh-5815-enrich-symtab-when-prototype-is-allocated
Mikhail Shishatskiy (3):
memprof: add symbol epochs
memprof: enrich symtab when meeting new prototype
memprof: substitute long proto names with aliases
src/lj_bcread.c | 3 +
src/lj_memprof.c | 35 +++++++---
src/lj_memprof.h | 13 +++-
src/lj_obj.h | 10 +++
src/lj_parse.c | 3 +
src/lj_state.c | 3 +
.../misclib-memprof-lapi.test.lua | 55 ++++++++++++---
tools/memprof.lua | 1 +
tools/memprof/humanize.lua | 14 ++++
tools/memprof/parse.lua | 51 ++++++++------
tools/utils/symtab.lua | 68 ++++++++++++++-----
11 files changed, 196 insertions(+), 60 deletions(-)
--
2.33.1
next reply other threads:[~2021-12-02 11:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-02 11:03 Mikhail Shishatskiy via Tarantool-patches [this message]
2021-12-02 11:03 ` [Tarantool-patches] [PATCH luajit v2 1/3] memprof: add symbol epochs Mikhail Shishatskiy via Tarantool-patches
2022-03-15 7:56 ` Sergey Kaplun via Tarantool-patches
2021-12-02 11:03 ` [Tarantool-patches] [PATCH luajit v2 2/3] memprof: enrich symtab when meeting new prototype Mikhail Shishatskiy via Tarantool-patches
2022-01-19 16:56 ` Mikhail Shishatskiy via Tarantool-patches
2022-01-25 8:14 ` Sergey Kaplun via Tarantool-patches
2021-12-02 11:03 ` [Tarantool-patches] [PATCH luajit v2 3/3] memprof: substitute long proto names with aliases Mikhail Shishatskiy via Tarantool-patches
2022-01-25 10:12 ` Sergey Kaplun via Tarantool-patches
2022-04-12 14:30 ` [Tarantool-patches] [PATCH luajit v2 0/3] memprof: enrich symtab when meeting new prototype Igor Munkin via Tarantool-patches
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=20211202110329.664738-1-m.shishatskiy@tarantool.org \
--to=tarantool-patches@dev.tarantool.org \
--cc=imun@tarantool.org \
--cc=m.shishatskiy@tarantool.org \
--cc=skaplun@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH luajit v2 0/3] memprof: enrich symtab when meeting new prototype' \
/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