[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 v6 0/2] memprof: C-symbols resolving
2022-04-04 11:34 UTC (7+ 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] 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 luajit v2] test: adapt test checking reversed function
2022-03-02 5:59 UTC (2+ messages)
[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 (6+ 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 (20+ messages)
` [Tarantool-patches] [PATCH vshard 1/4] test: support luatest
` [Tarantool-patches] [PATCH vshard 2/4] util: introduce Tarantool's semver parser
` [Tarantool-patches] [PATCH vshard 3/4] router: support msgpack object args
` [Tarantool-patches] [PATCH vshard 4/4] router: support netbox return_raw
[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 (6+ messages)
` [Tarantool-patches] [PATCH v2 1/4] sql: fix COUNT() optimization conditions
` [Tarantool-patches] [PATCH v2 2/4] sql: drop unnecessary P2 register for OP_AggFinal
` [Tarantool-patches] [PATCH v2 3/4] sql: introduce custom aggregate functions
` [Tarantool-patches] [PATCH v2 4/4] sql: introduce FINALIZE for custom aggregate
[Tarantool-patches] [PATCH 0/2] Minor enhancements in luajit-gdb.py
2022-02-11 20:42 UTC (13+ messages)
` [Tarantool-patches] [PATCH 1/2] gdb: unwind Lua stack top part
` [Tarantool-patches] [PATCH 2/2] gdb: add mmudata value to lj-gc output
[Tarantool-patches] [PATCH luajit] Fix string.char() recording with no arguments
2022-02-11 19:09 UTC (8+ messages)
[Tarantool-patches] [PATCH luajit] Actually implement maxirconst trace limit
2022-02-11 19:09 UTC (11+ messages)
[Tarantool-patches] [PATCH 1/1] raft: do not rely on just ev_is_active for timers
2022-02-10 21:19 UTC (3+ messages)
[Tarantool-patches] [PATCH v2 0/4] Introduce custom aggregate function
2022-02-10 9:21 UTC (8+ messages)
` [Tarantool-patches] [PATCH v2 1/4] sql: fix COUNT() optimization conditions
` [Tarantool-patches] [PATCH v2 2/4] sql: drop unnecessary P2 register for OP_AggFinal
` [Tarantool-patches] [PATCH v2 3/4] sql: introduce custom aggregate functions
` [Tarantool-patches] [PATCH v2 4/4] sql: introduce FINALIZE for custom aggregate
[Tarantool-patches] [RFC v29 0/3] qsync: implement packet filtering (part 1)
2022-02-09 9:11 UTC (6+ messages)
` [Tarantool-patches] [RFC v29 1/3] latch: add latch_is_locked helper
` [Tarantool-patches] [RFC v29 2/3] qsync: order access to the limbo terms
` [Tarantool-patches] [RFC v29 3/3] test: add gh-6036-qsync-order test
[Tarantool-patches] [PATCH luajit v2] memprof: report JIT-side allocations as internal
2022-02-02 17:29 UTC (2+ messages)
[Tarantool-patches] [PATCH luajit v2] memprof: report JIT-side allocations as internal
2022-02-02 17:26 UTC (3+ messages)
[Tarantool-patches] [PATCH vshard 0/2] Deprecations
2022-01-28 22:19 UTC (6+ messages)
` [Tarantool-patches] [PATCH vshard 1/2] Drop Tarantool < 1.10.1 support
` [Tarantool-patches] [PATCH vshard 2/2] Drop periodic Lua GC explicit call
[Tarantool-patches] [PATCH luajit v3 0/4] memprof: group allocations on traces by trace number
2022-01-27 23:29 UTC (3+ messages)
` [Tarantool-patches] [PATCH luajit v4 0/4] memprof: group allocations on traces by traceno
[Tarantool-patches] [PATCH luajit] Fix bytecode dump unpatching
2022-01-27 11:53 UTC
[Tarantool-patches] [PATCH luajit 0/2] Fix tonumber("-0") inconsistencies
2022-01-27 9:50 UTC (4+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] Fix tonumber("-0")
` [Tarantool-patches] [PATCH luajit 2/2] Fix tonumber("-0") in dual-number mode
[Tarantool-patches] [PATCH v2] net.box: add predefined system events for pub/sub
2022-01-27 0:23 UTC (2+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox