Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH luajit] sysprof: disable proto and trace dumps in default
 2022-06-16  6:56 UTC  (2+ messages)

[Tarantool-patches] [v2][PATCH 0/5] Support building with Ninja
 2022-06-15 16:03 UTC  (20+ messages)
` [Tarantool-patches] [v2][PATCH 1/5] build/ninja: refactoring
` [Tarantool-patches] [v2][PATCH 2/5] build/ninja: create target with cli binary only once
` [Tarantool-patches] [v2][PATCH 3/5] build/ninja: rename default target
` [Tarantool-patches] [v2][PATCH 4/5] build/ninja: create file lists outside of cmake commands
` [Tarantool-patches] [v2][PATCH 5/5] ci: add job with build using Ninja on linux-x86_64

[Tarantool-patches] [PATCH luajit] Add stricter check for print() vs. tostring() shortcut
 2022-06-15  7:00 UTC  (3+ messages)

[Tarantool-patches] [PATCH luajit] sysprof: replace `backtrace` with libunwind
 2022-06-11 22:40 UTC 

[Tarantool-patches] [PATCH luajit] Fix write barrier for lua_setupvalue() and debug.setupvalue()
 2022-06-10  8:25 UTC  (3+ messages)

[Tarantool-patches] [PATCH luajit 0/2] Introduce dumpers for bytecodes in gdb
 2022-06-09 10:11 UTC  (3+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] gdb: introduce dumpers for GCobj
` [Tarantool-patches] [PATCH luajit 2/2] gdb: introduce lj-bc, lj-func and lj-proto dumpers

[Tarantool-patches] [PATCH luajit] Fix interaction between profiler hooks and finalizers
 2022-06-06 13:35 UTC 

[Tarantool-patches] [PATCH luajit] ci: make GitHub workflows more CMake-ish
 2022-06-06 10:19 UTC  (7+ messages)

[Tarantool-patches] [PATCH] build: support build using Ninja
 2022-06-02 13:21 UTC  (3+ messages)

[Tarantool-patches] [PATCH luajit 0/2] FFI: fix arm64 call for HFA
 2022-06-02  8:51 UTC  (5+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] test: set DYLD_LIBRARY_PATH environment variable
` [Tarantool-patches] [PATCH luajit 2/2] FFI/ARM64: Fix pass-by-value struct calling conventions

[Tarantool-patches] [PATCH luajit] test: adapt test checking tail calls debug info
 2022-06-01 16:21 UTC  (3+ messages)
` [Tarantool-patches] [PATCH luajit v2] "

[Tarantool-patches] [PATCH luajit v2] test: adapt test checking reversed function
 2022-06-01 14:31 UTC  (3+ messages)

[Tarantool-patches] [PATCH luajit] symtab: check the _GNU_SOURCE definition
 2022-05-26 16:33 UTC  (6+ messages)
` [Tarantool-patches] [PATCH luajit] sysprof: replace `backtrace` with libunwind

[Tarantool-patches] [PATCH] sysprof: add `LUAJIT_DISABLE_SYSPROF` to Makefile
 2022-05-26 16:28 UTC  (17+ messages)
` [Tarantool-patches] [PATCH] sysprof: change C configuration API
` [Tarantool-patches] [PATCH] sysprof: enrich symtab on a new trace or a proto
` [Tarantool-patches] [PATCH] sysprof: fix `SYSPROF_HANDLER_STACK_DEPTH`
` [Tarantool-patches] [PATCH] sysprof: make sysprof internal API funcs static

[Tarantool-patches] [PATCH luajit 0/2] Fix io.close()
 2022-05-18  8:58 UTC  (3+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] "
` [Tarantool-patches] [PATCH luajit 2/2] Fix io.close() error message

[Tarantool-patches] [PATCH luajit] Flush and close output file after profiling run
 2022-05-12 10:09 UTC 

[Tarantool-patches] [PATCH luajit] FFI: Handle zero-fill of struct-of-NYI
 2022-05-06  4:53 UTC 

[Tarantool-patches] [PATCH juajit 0/1] build: missed header when -DLUAJIT_DISABLE_JIT=ON
 2022-05-04 13:07 UTC  (3+ messages)
` [Tarantool-patches] [PATCH luajit 1/1] "

[Tarantool-patches] [PATCH luajit v6 0/2] memprof: C-symbols resolving
 2022-04-22 13:22 UTC  (8+ messages)
` [Tarantool-patches] [PATCH luajit v6 1/2] memprof: extend symtab with C-symbols
` [Tarantool-patches] [PATCH luajit v6 2/2] memprof: enrich symtab with newly loaded symbols

[Tarantool-patches] [PATCH luajit v5 0/7] introuduce platform profiler
 2022-04-20 12:58 UTC  (8+ messages)
` [Tarantool-patches] [PATCH luajit v5 1/7] vm: save topframe info into global_State
` [Tarantool-patches] [PATCH luajit v5 2/7] core: separate the profiling timer from lj_profile
` [Tarantool-patches] [PATCH luajit v5 3/7] memprof: move symtab to a separate module
` [Tarantool-patches] [PATCH luajit v5 4/7] core: introduce lua and platform profiler
` [Tarantool-patches] [PATCH luajit v5 5/7] memprof: add profile common section
` [Tarantool-patches] [PATCH luajit v5 6/7] sysprof: introduce Lua API
` [Tarantool-patches] [PATCH luajit v5 7/7] tools: introduce parsers for sysprof

[Tarantool-patches] [PATCH luajit v4 0/3] fix math.min/max inconsistencies
 2022-04-14  8:55 UTC  (7+ messages)
` [Tarantool-patches] [PATCH luajit v4 1/3] Fix math.min()/math.max() inconsistencies
` [Tarantool-patches] [PATCH luajit v4 2/3] Don't compile math.modf() anymore
` [Tarantool-patches] [PATCH luajit v4 3/3] Cleanup math function compilation and fix inconsistencies

[Tarantool-patches] [PATCH luajit v4 0/7] misc: introduce sysprof
 2022-04-13 20:36 UTC  (8+ messages)
` [Tarantool-patches] [PATCH luajit v4 1/7] vm: save topframe info into global_State
` [Tarantool-patches] [PATCH luajit v4 2/7] core: separate the profiling timer from lj_profile
` [Tarantool-patches] [PATCH luajit v4 3/7] memprof: move symtab to a separate module
` [Tarantool-patches] [PATCH luajit v4 4/7] core: introduce lua and platform profiler
` [Tarantool-patches] [PATCH luajit v4 5/7] memprof: add profile common section
` [Tarantool-patches] [PATCH luajit v4 6/7] sysprof: introduce Lua API
` [Tarantool-patches] [PATCH luajit v4 7/7] tools: introduce parsers for sysprof

[Tarantool-patches] [PATCH luajit v2 0/3] memprof: enrich symtab when meeting new prototype
 2022-04-12 14:30 UTC  (4+ messages)
` [Tarantool-patches] [PATCH luajit v2 1/3] memprof: add symbol epochs

[Tarantool-patches] [PATCH luajit v2] memprof: enrich symtab when new trace is allocated
 2022-04-12 14:29 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit 0/7] misc: introduce sysprof
 2022-04-07 12:15 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit v3 0/7] introuduce platform profiler
 2022-04-07  9:47 UTC  (9+ messages)
` [Tarantool-patches] [PATCH luajit v3 1/7] vm: save topframe info into global_State
` [Tarantool-patches] [PATCH luajit v3 2/7] core: separate the profiling timer from lj_profile
` [Tarantool-patches] [PATCH luajit v3 3/7] memprof: move symtab to a separate module
` [Tarantool-patches] [PATCH luajit v3 4/7] core: introduce lua and platform profiler
` [Tarantool-patches] [PATCH luajit v3 5/7] memprof: add profile common section
` [Tarantool-patches] [PATCH luajit v3 6/7] sysprof: introduce Lua API
` [Tarantool-patches] [PATCH luajit v3 7/7] tools: introduce parsers for sysprof

[Tarantool-patches] [PATCH luajit v7 0/2] memprof: C-symbols resolving
 2022-04-06 13:16 UTC  (3+ messages)
` [Tarantool-patches] [PATCH luajit v7 1/2] memprof: extend symtab with C-symbols
` [Tarantool-patches] [PATCH luajit v7 2/2] memprof: enrich symtab with newly loaded symbols

[Tarantool-patches] [PATCH luajit] Add missing LJ_MAX_JSLOTS check
 2022-04-06  7:21 UTC  (5+ messages)

[Tarantool-patches] [PATCH luajit] ARM64: Fix assembly of HREFK
 2022-04-04  8:55 UTC  (3+ messages)

[Tarantool-patches] [PATCH v4 net.box] Add predefined system events for pub/sub
 2022-03-25 23:44 UTC  (2+ messages)

[Tarantool-patches] [PATCH v4 net.box] Add predefined system events for pub/sub
 2022-03-22 22:55 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit v5 0/2] memprof: add resolving capabilities
 2022-03-19 13:08 UTC  (6+ messages)
` [Tarantool-patches] [PATCH luajit v5 1/2] memprof: extend symtab with C-symbols
` [Tarantool-patches] [PATCH luajit v5 2/2] memprof: enrich symtab with newly loaded symbols

[Tarantool-patches] [PATCH luajit v2 6/7] sysprof: introduce Lua API
 2022-03-16 18:58 UTC  (2+ messages)

[Tarantool-patches] [PATCH v1 1/1] sql: fix assert when MP_EXT received via netbox
 2022-03-14 16:17 UTC  (3+ messages)

[Tarantool-patches] [PATCH luajit] ci: introduce GitHub Actions
 2022-03-04 14:11 UTC  (8+ messages)

[Tarantool-patches] [PATCH v32 0/2] qsync: implement packet filtering (part 1)
 2022-03-04  9:34 UTC  (5+ messages)
` [Tarantool-patches] [PATCH v32 1/2] latch: add latch_is_locked helper
` [Tarantool-patches] [PATCH v32 2/2] qsync: order access to the limbo terms

[Tarantool-patches] [PATCH v31 0/3] qsync: implement packet filtering (part 1)
 2022-03-03 11:02 UTC  (6+ messages)
` [Tarantool-patches] [PATCH v31 1/3] latch: add latch_is_locked helper
` [Tarantool-patches] [PATCH v31 2/3] qsync: order access to the limbo terms
` [Tarantool-patches] [PATCH v31 3/3] test: add gh-6036-qsync-order test

[Tarantool-patches] [PATCH v4 net.box] Add predefined system events for pub/sub
 2022-03-01 22:44 UTC  (2+ messages)

[Tarantool-patches] [RFC v30 0/3] qsync: implement packet filtering (part 1)
 2022-02-28  8:24 UTC  (7+ messages)
` [Tarantool-patches] [PATCH v30 1/3] latch: add latch_is_locked helper
` [Tarantool-patches] [PATCH v30 2/3] qsync: order access to the limbo terms
` [Tarantool-patches] [PATCH v30 3/3] test: add gh-6036-qsync-order test

[Tarantool-patches] [PATCH v4 net.box] Add predefined system events for pub/sub
 2022-02-23 22:44 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit] test: adapt test checking reversed function
 2022-02-18 19:04 UTC  (4+ messages)

[Tarantool-patches] [PATCH luajit] test: adapt disabled tests from PUC-Rio
 2022-02-17 16:38 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit] test: adapt tests checking loading bytecode files
 2022-02-17 16:38 UTC  (9+ messages)

[Tarantool-patches] [PATCH luajit] test: adapt tests checking traceback in tail call
 2022-02-17 16:36 UTC  (6+ messages)

[Tarantool-patches] [PATCH luajit] test: adapt test checking global environment
 2022-02-17 16:34 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit] test: adapt disabled tests from PUC-Rio
 2022-02-17 12:01 UTC  (8+ messages)
` [Tarantool-patches] [PATCH luajit v2] "

[Tarantool-patches] [PATH luajit] GC64: fix 64-bit constant fusion
 2022-02-16 15:44 UTC  (3+ messages)

[Tarantool-patches] [PATCH vshard 0/4] Router msgpack object and netbox return_raw
 2022-02-15 21:16 UTC  (4+ messages)

[Tarantool-patches] [PATCH v3] net.box: add predefined system events for pub/sub
 2022-02-15  7:36 UTC  (4+ messages)

[Tarantool-patches] [PATCH v3] luajit: proxy -j and -b flags
 2022-02-14 21:02 UTC 

[Tarantool-patches] [PATCH v2 0/4] Introduce custom aggregate functions
 2022-02-14  8:26 UTC  (2+ messages)

[Tarantool-patches] [PATCH 0/2] Minor enhancements in luajit-gdb.py
 2022-02-11 20:42 UTC  (2+ messages)

page:  |  | latest

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