[Tarantool-patches] [PATCH luajit 0/2] Mach-O generation fixes
2024-03-18 12:55 UTC (5+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] OSX/iOS/ARM64: Fix generation of Mach-O object files
` [Tarantool-patches] [PATCH luajit 2/2] OSX/iOS/ARM64: Fix bytecode embedding in Mach-O object file
[Tarantool-patches] [PATCH luajit][v3] cmake: replace prove with CTest
2024-03-16 17:12 UTC (2+ messages)
[Tarantool-patches] [PATCH luajit / Backport 3.0] ci: extend tarantool integration testing
2024-03-15 10:57 UTC
[Tarantool-patches] [PATCH luajit/ Backport 2.11] ci: extend tarantool integration testing
2024-03-15 10:56 UTC
[Tarantool-patches] [PATCH luajit v3 0/6] profilers: refactor parsers
2024-03-15 8:44 UTC (8+ messages)
` [Tarantool-patches] [PATCH luajit v3 1/6] build: purge sysprof.collapse module
` [Tarantool-patches] [PATCH luajit v3 2/6] build: fix tool components handling
` [Tarantool-patches] [PATCH luajit v3 3/6] memprof: refactor `heap_chunk` data structure
` [Tarantool-patches] [PATCH luajit v3 4/6] memprof: remove unused arguments
` [Tarantool-patches] [PATCH luajit v3 5/6] memprof: introduce the `--human-readable` option
` [Tarantool-patches] [PATCH luajit v3 6/6] profilers: introduce event reader module
[Tarantool-patches] [PATCH luajit] Check frame size limit before returning to a lower frame
2024-03-13 13:03 UTC (9+ messages)
[Tarantool-patches] [PATCH luajit v5] ci: extend tarantool integration testing
2024-03-13 9:18 UTC (4+ messages)
[Tarantool-patches] [PATCH luajit] c: bump version of actions/checkout
2024-03-13 9:10 UTC (3+ messages)
[Tarantool-patches] [PATCH luajit] Handle stack reallocation in debug.setmetatable() and lua_setmetatable()
2024-03-13 8:49 UTC (6+ messages)
[Tarantool-patches] [PATCH luajit] FFI: Treat cdata finalizer table as a GC root
2024-03-12 13:43 UTC
[Tarantool-patches] [PATCH luajit] Fix recording of __concat metamethod
2024-03-12 12:05 UTC (3+ messages)
[Tarantool-patches] [PATCH luajit][v2] cmake: replace prove with CTest
2024-03-12 7:09 UTC (3+ messages)
[Tarantool-patches] [PATCH luajit] Throw any errors before stack changes in trace stitching
2024-03-11 15:58 UTC (5+ messages)
[Tarantool-patches] [PATCH luajit v4] ci: extend tarantool integration testing
2024-03-09 14:41 UTC
[Tarantool-patches] [PATCH luajit v3] ci: extend tarantool integration testing
2024-03-07 15:22 UTC (2+ messages)
[Tarantool-patches] [PATCH luajit] ci: extend tarantool integration testing
2024-03-06 20:40 UTC (5+ messages)
[Tarantool-patches] [PATCH luajit v2] Throw any errors before stack changes in trace stitching
2024-03-06 18:16 UTC (4+ messages)
[Tarantool-patches] [PATCH luajit 0/3][v2] Fix C file generation in jit.bcsave
2024-02-29 7:40 UTC (2+ messages)
[Tarantool-patches] [PATCH luajit 0/2] Enable CLI-related tests in lua-Harness
2024-02-28 18:25 UTC (10+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] test: introduce routine to build error message
` [Tarantool-patches] [PATCH luajit 2/2] test: enable CLI-related lua-Harness tests back
[Tarantool-patches] [PATCH v2 luajit 00/26] More tests from LuaJIT-tests, part 1
2024-02-28 18:25 UTC (121+ 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 05/26] test: enable <ffi_bitfield.lua> in LuaJIT-tests
` [Tarantool-patches] [PATCH v2 luajit 06/26] test: enable <ffi_call.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 v2 luajit 11/26] test: enable <ffi_gcstep_recursive.lua>
` [Tarantool-patches] [PATCH v2 luajit 12/26] test: enable <ffi_jit_arith.lua> in LuaJIT-tests
` [Tarantool-patches] [PATCH v2 luajit 14/26] test: enable <ffi_jit_conv.lua> "
` [Tarantool-patches] [PATCH v2 luajit 15/26] test: enable <ffi_lex_number.lua> "
` [Tarantool-patches] [PATCH v2 luajit 16/26] test: enable <ffi_metatype.lua> "
` [Tarantool-patches] [PATCH v2 luajit 17/26] test: enable <ffi_new.lua> "
` [Tarantool-patches] [PATCH v2 luajit 18/26] test: enable <ffi_parse_array.lua> "
` [Tarantool-patches] [PATCH v2 luajit 19/26] test: enable <ffi_parse_basic.lua> "
` [Tarantool-patches] [PATCH v2 luajit 20/26] test: enable <ffi_parse_cdef.lua> "
` [Tarantool-patches] [PATCH v2 luajit 21/26] test: enable <ffi_parse_struct.lua> LuaJIT test
` [Tarantool-patches] [PATCH v2 luajit 22/26] test: enable <ffi_tabov.lua> "
` [Tarantool-patches] [PATCH v2 luajit 23/26] test: enable <lightud.lua> "
` [Tarantool-patches] [PATCH v2 luajit 24/26] test: enable <api_call.lua> "
` [Tarantool-patches] [PATCH v2 luajit 25/26] test: enable <catch_wrap.lua> "
` [Tarantool-patches] [PATCH v2 luajit 26/26] test: enable <catch_cpp.lua> "
[Tarantool-patches] [PATCH luajit] ci: extend tarantool integration testing
2024-02-21 15:21 UTC (2+ messages)
[Tarantool-patches] [PATCH luajit] codehealth: add `nd` to the codespell ignore list
2024-02-15 13:51 UTC (4+ messages)
[Tarantool-patches] [PATCH luajit] codehealth: fix the typo
2024-02-15 13:51 UTC (2+ messages)
[Tarantool-patches] [PATCH luajit] Limit exponent range in number parsing
2024-02-15 13:50 UTC (2+ messages)
[Tarantool-patches] [PATCH luajit 0/2][v3] Fix embedded bytecode loader
2024-02-15 13:49 UTC (4+ messages)
[Tarantool-patches] [PATCH luajit] Consider slots used by upvalues in use-def analysis
2024-02-15 13:48 UTC (6+ messages)
[Tarantool-patches] [PATCH luajit] Avoid out-of-range number of results when compiling select(k, ...)
2024-02-15 13:47 UTC (7+ messages)
[Tarantool-patches] [PATCH luajit] Fix unsinking of IR_FSTORE for NULL metatable
2024-02-15 13:46 UTC (2+ messages)
[Tarantool-patches] [PATCH luajit] Fix zero stripping in %g number formatting
2024-02-15 13:46 UTC (2+ messages)
[Tarantool-patches] [PATCH luajit 0/2] Fix unsinking TNEW with huge asize
2024-02-15 13:45 UTC (10+ 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] Simplify handling of instable types in TNEW/TDUP load forwarding
2024-02-15 13:45 UTC (2+ messages)
[Tarantool-patches] [PATCH luajit] Respect jit.off() on pending trace exit
2024-02-15 13:43 UTC (2+ messages)
[Tarantool-patches] [PATCH luajit v2] Fix recording of __concat metamethod
2024-02-15 13:43 UTC (3+ messages)
[Tarantool-patches] [PATCH luajit] LJ_GC64: Fix HREFK optimization
2024-02-15 13:42 UTC (6+ messages)
[Tarantool-patches] [PATCH luajit] Avoid assertion in case of stack overflow from stitched trace
2024-02-15 13:42 UTC (2+ messages)
[Tarantool-patches] [PATCH luajit] Emit sunk IR_NEWREF only once per key on snapshot replay
2024-02-15 13:41 UTC (2+ messages)
[Tarantool-patches] [PATCH luajit] ARM64: Allow building with unwinding disabled
2024-02-15 13:41 UTC (2+ messages)
[Tarantool-patches] [PATCH luajit] sysprof: disable runtime host symtab updates
2024-02-15 13:40 UTC (2+ messages)
[Tarantool-patches] [PATCH luajit v4 0/3] Improve error reporting on stack overflow
2024-02-15 13:40 UTC (2+ messages)
[Tarantool-patches] [PATCH luajit] LJ_GC64: Always snapshot functions for non-base frames
2024-02-15 13:39 UTC (6+ 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