Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH luajit] ARM64: Fix {AHUV}LOAD specialized to nil/false/true
 2023-03-30 17:37 UTC  (6+ messages)

[Tarantool-patches] [PATCH luajit] Limit path length passed to C library loader
 2023-03-30 17:36 UTC  (4+ messages)

[Tarantool-patches] [PATCH luajit v3 0/4] jit: add exception unwinding
 2023-03-28  0:03 UTC  (5+ messages)
` [Tarantool-patches] [PATCH luajit v3 1/4] Handle on-trace OOM errors from helper functions
` [Tarantool-patches] [PATCH luajit v3 2/4] Disable unreliable assertion for external frame unwinding
` [Tarantool-patches] [PATCH luajit v3 3/4] OSX: "
` [Tarantool-patches] [PATCH luajit v3 4/4] Fix IR_RENAME snapshot number. Follow-up fix for a32aeadc

[Tarantool-patches] [PATCH luajit] x64/LJ_GC64: Fix emit_rma()
 2023-03-24 14:42 UTC  (4+ messages)

[Tarantool-patches] [PATCH v1 luajit 0/5] reworking C tests
 2023-03-22  0:07 UTC  (12+ messages)
` [Tarantool-patches] [PATCH v1 luajit 1/5] test: fix setting of {DY}LD_LIBRARY_PATH variables
` [Tarantool-patches] [PATCH v1 luajit 2/5] test: introduce module for C tests
` [Tarantool-patches] [PATCH v1 luajit 3/5] test: introduce utils.h helper "
` [Tarantool-patches] [PATCH v1 luajit 4/5] test: rewrite misclib-getmetrics-capi test in C
` [Tarantool-patches] [PATCH v1 luajit 5/5] test: rewrite misclib-sysprof-capi "

[Tarantool-patches] [PATCH luajit v2 0/5] jit: add exception unwinding
 2023-03-20 14:09 UTC  (8+ messages)
` [Tarantool-patches] [PATCH luajit v2 1/5] test: disable `lj-603-snap-restore` test
` [Tarantool-patches] [PATCH luajit v2 2/5] Handle on-trace OOM errors from helper functions
` [Tarantool-patches] [PATCH luajit v2 3/5] Disable unreliable assertion for external frame unwinding
` [Tarantool-patches] [PATCH luajit v2 4/5] OSX: "
` [Tarantool-patches] [PATCH luajit v2 5/5] Fix IR_RENAME snapshot number. Follow-up fix for a32aeadc

[Tarantool-patches] [PATCH luajit] codehealth: fix sign extension in sysprof counters
 2023-03-15  6:48 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit] ARM64: Avoid side-effects of constant rematerialization
 2023-03-10 18:00 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit] test: add test case for math.modf
 2023-03-09 12:14 UTC  (5+ messages)

[Tarantool-patches] [PATCH luajit v8] Fix math.min()/math.max() inconsistencies
 2023-03-06 14:57 UTC  (4+ messages)

[Tarantool-patches] [PATCH luajit 0/5] Tarantool tests enhancements
 2023-03-02 17:07 UTC  (22+ messages)
` [Tarantool-patches] [PATCH luajit 1/5] ci: use LuaJIT-test target in testing workflows
` [Tarantool-patches] [PATCH luajit 2/5] test: stop using utils.selfrun in tests
` [Tarantool-patches] [PATCH luajit 3/5] test: introduce test:skipall TAP helper
` [Tarantool-patches] [PATCH luajit 4/5] test: introduce test:skiprest "
` [Tarantool-patches] [PATCH luajit 5/5] test: make skipcond helper more convenient

[Tarantool-patches] [PATCH luajit v2 0/5] Adjust tests to be run when JIT is disabled
 2023-03-02 16:42 UTC  (15+ messages)
` [Tarantool-patches] [PATCH luajit v2 1/5] Minor fixes
` [Tarantool-patches] [PATCH luajit v2 2/5] build: fix build with JIT disabled
` [Tarantool-patches] [PATCH luajit v2 3/5] test: add skipcond for all JIT-related tests
` [Tarantool-patches] [PATCH luajit v2 4/5] test: fix lua-Harness "
` [Tarantool-patches] [PATCH luajit v2 5/5] ci: add nojit flavor for exotic builds

[Tarantool-patches] [PATCH luajit 0/7] Adjust tests to be run when JIT is disabled
 2023-03-01 19:31 UTC  (38+ messages)
` [Tarantool-patches] [PATCH luajit 1/7] Minor fixes
` [Tarantool-patches] [PATCH luajit 2/7] build: fix build with JIT disabled
` [Tarantool-patches] [PATCH luajit 3/7] test: stop using utils.selfrun in tests
` [Tarantool-patches] [PATCH luajit 4/7] test: make skipcond helper more convenient
` [Tarantool-patches] [PATCH luajit 5/7] test: add skipcond for all JIT-related tests
` [Tarantool-patches] [PATCH luajit 6/7] test: fix lua-Harness "
` [Tarantool-patches] [PATCH luajit 7/7] ci: add nojit flavor for exotic builds

[Tarantool-patches] [PATCH luajit] ARM64: Fix pcall() error case
 2023-02-28 12:43 UTC  (5+ messages)

[Tarantool-patches] [PATCH luajit] Fix os.date() for wider libc strftime() compatibility
 2023-02-20  9:57 UTC  (8+ messages)

[Tarantool-patches] [PATCH luajit] test: add test for `string.char('%c', 0)`
 2023-02-20  9:57 UTC  (6+ messages)

[Tarantool-patches] [PATCH luajit 0/3] Dualnumber mode fixes
 2023-02-20  9:56 UTC  (19+ messages)
` [Tarantool-patches] [PATCH luajit 1/3] sysprof: fix interval parsing in dual-number mode
` [Tarantool-patches] [PATCH luajit 2/3] ci: introduce workflow for exotic builds
` [Tarantool-patches] [PATCH luajit 3/3] x86/x64: Fix loop realignment

[Tarantool-patches] [PATCH luajit 0/5] jit: add exception unwinding
 2023-02-16 11:36 UTC  (10+ messages)
` [Tarantool-patches] [PATCH luajit 1/5] test: disable `lj-603-snap-restore` test
` [Tarantool-patches] [PATCH luajit 2/5] Handle on-trace OOM errors from helper functions
` [Tarantool-patches] [PATCH luajit 3/5] Disable unreliable assertion for external frame unwinding
` [Tarantool-patches] [PATCH luajit 4/5] OSX: "
` [Tarantool-patches] [PATCH luajit 5/5] Fix IR_RENAME snapshot number. Follow-up fix for a32aeadc

[Tarantool-patches] [PATCH luajit v2 0/2] Checkhook CI improvements
 2023-02-13 16:10 UTC  (4+ messages)
` [Tarantool-patches] [PATCH luajit v2 1/2] ci: add arm64 architecture to exotic testing
` [Tarantool-patches] [PATCH luajit v2 2/2] ci: add LUAJIT_ENABLE_CHECKHOOK for exotic matrix

[Tarantool-patches] [PATCH luajit] ci: add LUAJIT_ENABLE_CHECKHOOK for exotic matrix
 2023-02-13  9:37 UTC  (4+ messages)

[Tarantool-patches] [PATCH luajit] ci: update action/checkout to v3
 2023-02-13  9:14 UTC  (2+ messages)

[Tarantool-patches] [PATCH] test: disable cases in PUC-Rio tests for debug line hook
 2023-02-10 16:18 UTC  (8+ messages)

[Tarantool-patches] [PATCH luajit v4] memprof: introduce cli flag to run dump parser
 2023-02-09 12:17 UTC 

[Tarantool-patches] [PATCH luajit v3] memprof: introduce cli flag to run dump parser
 2023-02-07  7:23 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit v7] Fix math.min()/math.max() inconsistencies
 2023-02-03  9:11 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit 0/3] Dualnumber mode fixes
 2023-01-18 20:16 UTC 

[Tarantool-patches] [PATCH luajit 0/2] More enhancements in LuaJIT CI
 2023-01-18  9:24 UTC  (8+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] ci: change runner dispatch for LuaJIT testing
` [Tarantool-patches] [PATCH luajit 2/2] ci: use strategy matrix for integration workflow

page:  |  | latest

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