[Tarantool-patches] [PATCH luajit v2] sysprof: replace `backtrace` with libunwind
2023-11-20 9:37 UTC (2+ messages)
[Tarantool-patches] [PATCH luajit] LJ_GC64: Fix lua_concat()
2023-11-20 9:28 UTC (11+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] test: introduce asserts assert_str{_not}_equal
[Tarantool-patches] [PATCH luajit] Add NaN check to IR_NEWREF
2023-11-20 8:57 UTC (6+ messages)
[Tarantool-patches] [PATCH] Mark CONV as non-weak, to prevent elimination of its side-effect
2023-11-20 8:24 UTC (4+ messages)
[Tarantool-patches] [PATCH luajit v2] test: fix flaky OOM error frame test
2023-11-19 11:49 UTC (5+ messages)
[Tarantool-patches] [PATCH luajit] Fix ABC FOLD rule with constants
2023-11-18 16:24 UTC (3+ messages)
[Tarantool-patches] [PATCH luajit 0/3] Improve error reporting on stack overflow
2023-11-17 23:41 UTC (4+ messages)
` [Tarantool-patches] [PATCH luajit 1/3] "
` [Tarantool-patches] [PATCH luajit 2/3] Cleanup stack overflow handling
` [Tarantool-patches] [PATCH luajit 3/3] Follow-up fix for stack overflow handling cleanup
[Tarantool-patches] [PATCH luajit] Fix FOLD rule for BUFHDR append
2023-11-17 11:06 UTC (2+ messages)
[Tarantool-patches] [PATCH luajit] test: add test for conversions folding
2023-11-17 10:51 UTC (2+ messages)
[Tarantool-patches] [PATCH luajit 0/4][v2] Fix typos and enable codespell
2023-11-16 16:19 UTC (26+ messages)
` [Tarantool-patches] [PATCH luajit 1/4][v2] codehealth: fix typos
` [Tarantool-patches] [PATCH luajit 2/4][v2] test: fix codestyle
` [Tarantool-patches] [PATCH luajit 3/4][v2] cmake: introduce target with codespell
` [Tarantool-patches] [PATCH luajit 4/4][v2] ci: enable codespell
[Tarantool-patches] [PATCH luajit][v2] cmake: replace prove with CTest
2023-11-16 16:15 UTC (6+ messages)
[Tarantool-patches] [PATCH luajit] Fix HREFK forwarding vs. table.clear()
2023-11-15 11:46 UTC (4+ messages)
[Tarantool-patches] [PATCH luajit 0/3][v2] Fix C file generation in jit.bcsave
2023-11-15 11:34 UTC (9+ messages)
` [Tarantool-patches] [PATCH luajit 1/3][v2] Add 'cc' file type for saving bytecode
` [Tarantool-patches] [PATCH luajit 2/3][v2] test: set dependencies to tarantool-tests explicitly
` [Tarantool-patches] [PATCH luajit 3/3][v2] Fix C file generation in jit.bcsave
[Tarantool-patches] [PATCH luajit 0/2] profilers: purge generations
2023-11-13 18:48 UTC (5+ messages)
` [Tarantool-patches] [PATCH luajit 2/2] profilers: purge generation mechanism
[Tarantool-patches] [PATCH luajit v3 0/2] debug: generalized extension
2023-11-10 20:16 UTC (3+ 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] IR_MIN/IR_MAX is non-commutative due to underlying FPU ops
2023-11-10 11:18 UTC (3+ messages)
[Tarantool-patches] [PATCH luajit] x86/x64: Fix math.ceil(-0.9) result sign
2023-11-09 16:04 UTC (7+ messages)
[Tarantool-patches] [PATCH luajit v2 0/2] gc: handle errors in finalizers
2023-11-09 13:14 UTC (11+ messages)
` [Tarantool-patches] [PATCH luajit v2 1/2] Print errors from __gc finalizers instead of rethrowing them
` [Tarantool-patches] [PATCH luajit v2 2/2] Fix last commit
[Tarantool-patches] [PATCH luajit v3] sysprof: fix crash during FFUNC stream
2023-11-09 7:06 UTC (6+ messages)
[Tarantool-patches] [PATCH luajit] FFI: Fix pragma push stack limit check and throw on overflow
2023-11-09 5:57 UTC (4+ messages)
[Tarantool-patches] [PATCH luajit] Fix FOLD rule for x-0
2023-11-08 19:36 UTC (3+ messages)
[Tarantool-patches] [PATCH luajit] Fix jit.dump() output for IR_CONV
2023-11-08 19:29 UTC (3+ messages)
[Tarantool-patches] [PATCH luajit] Prevent compile of __concat with tailcall to fast function
2023-11-08 16:42 UTC (3+ messages)
[Tarantool-patches] [PATCH luajit] Fix C file generation in jit.bcsave
2023-11-08 8:48 UTC (6+ messages)
[Tarantool-patches] [PATCH luajit 0/2] Fix assembling of the head of side traces
2023-11-07 18:42 UTC (11+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] Fix register mask for stack check in head of side trace
` [Tarantool-patches] [PATCH luajit 2/2] Fix base register coalescing in "
[Tarantool-patches] [PATCH luajit v2 0/5] Fix error-throwing on an incorrect coroutine
2023-11-07 13:31 UTC (8+ messages)
` [Tarantool-patches] [PATCH luajit v2 4/5] Revert "Update cur_L on exceptional path (arm)"
` [Tarantool-patches] [PATCH luajit v2 5/5] Restore cur_L for specific Lua/C API use case
[Tarantool-patches] [PATCH luajit] Fix Clang build
2023-11-07 13:30 UTC (5+ messages)
[Tarantool-patches] [PATCH luajit] x64: Properly fix __call metamethod return dispatch
2023-11-07 12:06 UTC (4+ messages)
[Tarantool-patches] [PATCH luajit] LJ_GC64: Always snapshot functions for non-base frames
2023-11-07 10:54 UTC (6+ messages)
[Tarantool-patches] [PATCH luajit 0/2] gc: handle errors in finalizers
2023-11-01 8:56 UTC (5+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] Print errors from __gc finalizers instead of rethrowing them
` [Tarantool-patches] [PATCH luajit 2/2] Fix last commit
[Tarantool-patches] [PATCH luajit][v2] LJ_GC64: Fix lua_concat()
2023-10-31 19:22 UTC (6+ messages)
[Tarantool-patches] [PATCH luajit] test: disable tests for OOM on trace on *BSD
2023-10-31 17:22 UTC (2+ messages)
[Tarantool-patches] [PATCH luajit 0/2] gc: handle errors in finalizers
2023-10-31 16:04 UTC
[Tarantool-patches] [PATCH luajit 0/2][v2] Fix embedded bytecode loader
2023-10-31 11:30 UTC (7+ messages)
` [Tarantool-patches] [PATCH luajit 1/2][v2] "
[Tarantool-patches] [PATCH luajit 0/2] gc: handle errors in finalizers
2023-10-27 12:57 UTC
[Tarantool-patches] [PATCH luajit 0/6] FFI fixes
2023-10-25 11:42 UTC (21+ 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 v2] Mark CONV as non-weak, to prevent elimination of its side-effect
2023-10-23 14:59 UTC (6+ messages)
[Tarantool-patches] [PATCH luajit 0/2][v3] Fix embedded bytecode loader
2023-10-20 13:17 UTC (3+ messages)
` [Tarantool-patches] [PATCH luajit 1/2][v3] "
` [Tarantool-patches] [PATCH luajit 2/2][v3] Followup fix for "
[Tarantool-patches] [PATCH luajit v2 0/2] debug: generalized extension
2023-10-18 13:17 UTC (4+ messages)
` [Tarantool-patches] [PATCH luajit v2 1/2] "
` [Tarantool-patches] [PATCH luajit v2 2/2] test: add test for debugging extension
[Tarantool-patches] [PATCH luajit v3 0/2] Fix snapshot PC when linking to BC_JLOOP that was a BC_RET*
2023-10-12 12:35 UTC (4+ messages)
` [Tarantool-patches] [PATCH luajit v3 2/2] "
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