Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH v2 luajit 00/26] More tests from LuaJIT-tests, part 1
 2024-01-29 10:45 UTC  (10+ messages)
` [Tarantool-patches] [PATCH v2 luajit 01/26] cmake: introduce AddTestLib macro
` [Tarantool-patches] [PATCH v2 luajit 02/26] test: prepare lauxilarily libs for LuaJIT-tests
` [Tarantool-patches] [PATCH v2 luajit 03/26] test: separate LuaJIT helpers from ffi_util.inc
` [Tarantool-patches] [PATCH v2 luajit 04/26] test: enable <ffi_arith_ptr.lua> in LuaJIT-tests
` [Tarantool-patches] [PATCH v2 luajit 05/26] test: enable <ffi_bitfield.lua> "
` [Tarantool-patches] [PATCH v2 luajit 06/26] test: enable <ffi_call.lua> "
` [Tarantool-patches] [PATCH v2 luajit 07/26] test: enable <ffi_callback.lua> "
` [Tarantool-patches] [PATCH v2 luajit 08/26] test: enable <ffi_const.lua> "
` [Tarantool-patches] [PATCH v2 luajit 09/26] test: enable <ffi_convert.lua> "

[Tarantool-patches] [PATCH luajit] codehealth: fix the typo
 2024-01-29 10:39 UTC  (3+ messages)

[Tarantool-patches] [PATCH luajit] Limit exponent range in number parsing
 2024-01-25 16:31 UTC  (5+ messages)

[Tarantool-patches] [PATCH luajit] Simplify handling of instable types in TNEW/TDUP load forwarding
 2024-01-25  7:57 UTC  (5+ messages)

[Tarantool-patches] [PATCH luajit] Respect jit.off() on pending trace exit
 2024-01-25  7:49 UTC  (4+ messages)

[Tarantool-patches] [PATCH luajit 00/25] More tests from LuaJIT-tests, part 1
 2024-01-24 14:43 UTC  (45+ messages)
` [Tarantool-patches] [PATCH luajit 01/25] test: prepare lauxilarily libs for LuaJIT-tests
` [Tarantool-patches] [PATCH luajit 02/25] test: separate LuaJIT helpers from ffi_util.inc
` [Tarantool-patches] [PATCH luajit 03/25] test: enable <ffi_arith_ptr.lua> in LuaJIT-tests
` [Tarantool-patches] [PATCH luajit 04/25] test: enable <ffi_bitfield.lua> "
` [Tarantool-patches] [PATCH luajit 05/25] test: enable <ffi_call.lua> "
` [Tarantool-patches] [PATCH luajit 06/25] test: enable <ffi_callback.lua> "
` [Tarantool-patches] [PATCH luajit 07/25] test: enable <ffi_const.lua> "
` [Tarantool-patches] [PATCH luajit 08/25] test: enable <ffi_convert.lua> "
` [Tarantool-patches] [PATCH luajit 09/25] test: enable <ffi_enum.lua> "
` [Tarantool-patches] [PATCH luajit 10/25] test: enable <ffi_gcstep_recursive.lua>
` [Tarantool-patches] [PATCH luajit 11/25] test: enable <ffi_jit_arith.lua> in LuaJIT-tests
` [Tarantool-patches] [PATCH luajit 12/25] test: enable <ffi_jit_call.lua> "
` [Tarantool-patches] [PATCH luajit 13/25] test: enable <ffi_jit_conv.lua> "
` [Tarantool-patches] [PATCH luajit 14/25] test: enable <ffi_lex_number.lua> "
` [Tarantool-patches] [PATCH luajit 15/25] test: enable <ffi_metatype.lua> "
` [Tarantool-patches] [PATCH luajit 16/25] test: enable <ffi_new.lua> "
` [Tarantool-patches] [PATCH luajit 17/25] test: enable <ffi_parse_array.lua> "
` [Tarantool-patches] [PATCH luajit 18/25] test: enable <ffi_parse_basic.lua> "
` [Tarantool-patches] [PATCH luajit 19/25] test: enable <ffi_parse_cdef.lua> "
` [Tarantool-patches] [PATCH luajit 20/25] test: enable <ffi_parse_struct.lua> LuaJIT test
` [Tarantool-patches] [PATCH luajit 21/25] test: enable <ffi_tabov.lua> "
` [Tarantool-patches] [PATCH luajit 22/25] test: enable <lightud.lua> "
` [Tarantool-patches] [PATCH luajit 23/25] test: enable <api_call.lua> "
` [Tarantool-patches] [PATCH luajit 24/25] test: enable <catch_wrap.lua> "
` [Tarantool-patches] [PATCH luajit 25/25] test: enable <catch_cpp.lua> "

[Tarantool-patches] [PATCH luajit 0/2] Fix unsinking TNEW with huge asize
 2024-01-24 14:11 UTC  (3+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] Optimize table.new() with constant args to (sinkable) IR_TNEW
` [Tarantool-patches] [PATCH luajit 2/2] Only emit proper parent references in snapshot replay

[Tarantool-patches] [PATCH luajit v3 0/3] Improve error reporting on stack overflow
 2024-01-18 13:18 UTC  (13+ messages)
` [Tarantool-patches] [PATCH luajit v3 1/3] "
` [Tarantool-patches] [PATCH luajit v3 2/3] Cleanup stack overflow handling
` [Tarantool-patches] [PATCH luajit v3 3/3] Follow-up fix for stack overflow handling cleanup

[Tarantool-patches] [PATCH luajit] LJ_GC64: Fix HREFK optimization
 2024-01-16 12:54 UTC  (6+ messages)

[Tarantool-patches] [PATCH luajit] Emit sunk IR_NEWREF only once per key on snapshot replay
 2024-01-16 11:54 UTC  (5+ messages)

[Tarantool-patches] [PATCH luajit v2 0/6] profilers: refactor parsers
 2024-01-16  9:48 UTC  (25+ messages)
` [Tarantool-patches] [PATCH luajit v2 1/6] build: purge sysprof.collapse module
` [Tarantool-patches] [PATCH luajit v2 2/6] build: fix tool components handling
` [Tarantool-patches] [PATCH luajit v2 3/6] memprof: refactor `heap_chunk` data structure
` [Tarantool-patches] [PATCH luajit v2 4/6] memprof: remove unused arguments
` [Tarantool-patches] [PATCH luajit v2 5/6] memprof: introduce the `--human-readable` option
` [Tarantool-patches] [PATCH luajit v2 6/6] profilers: print user-friendly errors

[Tarantool-patches] [PATCH luajit] ARM64: Allow building with unwinding disabled
 2024-01-16  9:47 UTC  (5+ messages)

[Tarantool-patches] [PATCH luajit] Fix recording of __concat metamethod
 2024-01-16  9:46 UTC  (3+ messages)

[Tarantool-patches] [PATCH luajit 0/6] FFI fixes
 2024-01-10  8:53 UTC  (17+ messages)
` [Tarantool-patches] [PATCH luajit 1/6] Abstract out on-demand loading of FFI library
` [Tarantool-patches] [PATCH luajit 2/6] FFI: Fix missing cts->L initialization in argv2ctype()
` [Tarantool-patches] [PATCH luajit 3/6] FFI: Ensure returned string is alive in ffi.typeinfo()
` [Tarantool-patches] [PATCH luajit 4/6] FFI: Fix dangling reference to CType
` [Tarantool-patches] [PATCH luajit 5/6] FFI: Fix dangling reference to CType. Improve checks
` [Tarantool-patches] [PATCH luajit 6/6] FFI: Fix dangling reference to CType in carith_checkarg()

[Tarantool-patches] [PATCH luajit v3 0/2] Fix snapshot PC when linking to BC_JLOOP that was a BC_RET*
 2024-01-10  8:52 UTC  (6+ messages)
` [Tarantool-patches] [PATCH luajit v3 1/2] snap: check J->pc is within its proto bytecode
` [Tarantool-patches] [PATCH luajit v3 2/2] Fix snapshot PC when linking to BC_JLOOP that was a BC_RET*

[Tarantool-patches] [PATCH luajit] Prevent CSE of a REF_BASE operand across IR_RETF
 2024-01-10  8:51 UTC  (6+ messages)

[Tarantool-patches] [PATCH luajit] Fix FOLD rule for BUFHDR append
 2024-01-10  8:51 UTC  (5+ messages)

[Tarantool-patches] [PATCH luajit] Fix HREFK forwarding vs. table.clear()
 2024-01-10  8:51 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit 0/2] Use ptrace for sysprof tests
 2024-01-10  8:50 UTC  (17+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] test: disable buffering for the C test engine
` [Tarantool-patches] [PATCH luajit 2/2] test: rewrite sysprof test using managed execution

[Tarantool-patches] [PATCH luajit] Avoid assertion in case of stack overflow from stitched trace
 2024-01-09 13:03 UTC  (5+ messages)

[Tarantool-patches] [PATCH luajit] sysprof: disable runtime host symtab updates
 2023-12-29 13:05 UTC  (3+ messages)

[Tarantool-patches] [PATCH luajit v5 0/2] debug: generalized extension
 2023-12-20 12:23 UTC  (7+ messages)
` [Tarantool-patches] [PATCH luajit v5 1/2] "
` [Tarantool-patches] [PATCH luajit v5 2/2] test: add tests for debugging extensions

[Tarantool-patches] [PATCH luajit] test: adjust lua-Harness test error assertion
 2023-12-20  6:21 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit v3 0/2] debug: generalized extension
 2023-12-06 14:03 UTC  (7+ messages)
` [Tarantool-patches] [PATCH luajit v3 1/2] "
` [Tarantool-patches] [PATCH luajit v3 2/2] test: add tests for debugging extensions

[Tarantool-patches] [PATCH luajit v4 0/2] debug: generalized extension
 2023-12-06 13:57 UTC  (2+ messages)
` [Tarantool-patches] [PATCH luajit v4 1/2] "

[Tarantool-patches] [PATCH luajit 0/4] profilers: refactor parsers
 2023-12-05  9:35 UTC  (9+ messages)
` [Tarantool-patches] [PATCH luajit 1/4] cmake: properly handle the memprof/process.lua
` [Tarantool-patches] [PATCH luajit 2/4] memprof: refactor `heap_chunk` data structure
` [Tarantool-patches] [PATCH luajit 3/4] memprof: introduce the `--human-readable` option
` [Tarantool-patches] [PATCH luajit 4/4] profilers: print user-friendly errors

[Tarantool-patches] [PATCH luajit v9 0/2] introduce cli for tools
 2023-11-23  6:33 UTC  (3+ messages)
` [Tarantool-patches] [PATCH luajit v9 1/2] tools: add cli flag to run profile dump parsers

[Tarantool-patches] [PATCH luajit 0/2] profilers: purge generations
 2023-11-23  6:32 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