Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH luajit 0/2] profilers: purge generations
@ 2023-08-28 15:23 Maxim Kokryashkin via Tarantool-patches
  2023-08-28 15:23 ` [Tarantool-patches] [PATCH luajit 1/2] memprof: refactor symbol resolution Maxim Kokryashkin via Tarantool-patches
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Maxim Kokryashkin via Tarantool-patches @ 2023-08-28 15:23 UTC (permalink / raw)
  To: tarantool-patches, skaplun, sergeyb

This series refactors memprof's binary data parser, so it
doesn't require generations now. Since both profilers don't
need generations now, that mechanism is purged to improve
memory footprint.

Branch: https://github.com/tarantool/luajit/tree/fckxorg/memprof-parser-refactoring
PR: https://github.com/tarantool/tarantool/pull/9051

Maxim Kokryashkin (2):
  memprof: refactor symbol resolution
  profilers: purge generation mechanism

 .../gh-5813-resolving-of-c-symbols.test.lua   |  7 +-
 .../misclib-memprof-lapi.test.lua             | 73 +++++--------------
 tools/memprof/humanize.lua                    | 16 ++--
 tools/memprof/parse.lua                       |  4 +-
 tools/memprof/process.lua                     |  8 +-
 tools/sysprof/parse.lua                       |  9 +--
 tools/utils/avl.lua                           |  4 +-
 tools/utils/symtab.lua                        | 33 +++------
 8 files changed, 50 insertions(+), 104 deletions(-)

-- 
2.41.0


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2023-11-23  6:41 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-28 15:23 [Tarantool-patches] [PATCH luajit 0/2] profilers: purge generations Maxim Kokryashkin via Tarantool-patches
2023-08-28 15:23 ` [Tarantool-patches] [PATCH luajit 1/2] memprof: refactor symbol resolution Maxim Kokryashkin via Tarantool-patches
2023-09-03 10:14   ` Sergey Kaplun via Tarantool-patches
2023-09-04  5:44     ` Maxim Kokryashkin via Tarantool-patches
2023-09-05 11:47   ` Sergey Bronnikov via Tarantool-patches
2023-09-08 11:04     ` Maxim Kokryashkin via Tarantool-patches
2023-10-06 14:52       ` Sergey Bronnikov via Tarantool-patches
2023-08-28 15:23 ` [Tarantool-patches] [PATCH luajit 2/2] profilers: purge generation mechanism Maxim Kokryashkin via Tarantool-patches
2023-09-03 10:21   ` Sergey Kaplun via Tarantool-patches
2023-09-04  5:47     ` Maxim Kokryashkin via Tarantool-patches
2023-09-05 11:53   ` Sergey Bronnikov via Tarantool-patches
2023-09-12 10:26     ` Maxim Kokryashkin via Tarantool-patches
2023-09-14  9:47       ` Sergey Bronnikov via Tarantool-patches
2023-09-18  9:18         ` Maxim Kokryashkin via Tarantool-patches
2023-10-06 14:43           ` Sergey Bronnikov via Tarantool-patches
2023-10-06 14:45             ` Sergey Bronnikov via Tarantool-patches
2023-10-06 14:40       ` Sergey Bronnikov via Tarantool-patches
2023-10-06 14:52       ` Sergey Bronnikov via Tarantool-patches
2023-11-13 18:48       ` Igor Munkin via Tarantool-patches
2023-11-23  6:32 ` [Tarantool-patches] [PATCH luajit 0/2] profilers: purge generations Igor Munkin via Tarantool-patches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox