[Tarantool-patches] [PATCH luajit] test: disable lj-1196 for Tarantool or x86/x64
2025-07-25 9:21 UTC (7+ messages)
[Tarantool-patches] [PATCH luajit] Fix error generation in load*
2025-07-25 9:20 UTC (3+ messages)
[Tarantool-patches] [PATCH luajit] ARM64: Fix LDP/STP fusing for unaligned accesses
2025-07-25 9:20 UTC (5+ messages)
[Tarantool-patches] [PATCH luajit] sysprof: fix sampling outside the VM
2025-07-25 9:19 UTC (5+ messages)
[Tarantool-patches] [PATCH luajit] ARM64: Fix assembly of HREFK
2025-07-25 9:19 UTC (5+ messages)
[Tarantool-patches] [PATCH luajit] ARM64: Fix LDP code generation
2025-07-25 9:18 UTC (3+ messages)
[Tarantool-patches] [PATCH luajit] Avoid out-of-range PC for stack overflow error from snapshot restore
2025-07-25 9:18 UTC (3+ messages)
[Tarantool-patches] [PATCH luajit] Rework stack overflow handling
2025-07-25 9:17 UTC (7+ messages)
[Tarantool-patches] [PATCH luajit] Fix JIT slot overflow during up-recursion
2025-07-25 9:17 UTC (5+ messages)
[Tarantool-patches] [PATCH luajit] build: provide LUAJIT_USE_PERFTOOLS option
2025-07-25 9:16 UTC (5+ messages)
[Tarantool-patches] [PATCH luajit][v1] sysprof: allow calling sysprof.report before stopping
2025-07-25 9:16 UTC (8+ messages)
[Tarantool-patches] [PATCH luajit] ARM64: Fix code generation for IR_SLOAD with typecheck + conversion
2025-07-25 9:16 UTC (3+ messages)
[Tarantool-patches] [PATCH luajit] ci: use Tarantool revision in integration workflow
2025-07-25 9:14 UTC (3+ messages)
[Tarantool-patches] [PATCH luajit] ARM64: Fix IR_SLOAD assembly
2025-07-25 9:12 UTC (5+ messages)
[Tarantool-patches] [PATCH luajit] gdb: fix flake-7.2.0 F824 warning
2025-07-25 9:11 UTC (3+ messages)
[Tarantool-patches] [PATCH luajit] ci: drop CentOS 7 Tarantool integration workflow
2025-07-25 9:10 UTC (4+ messages)
[Tarantool-patches] [PATCH luajit 0/2] Snapshot restore with stack overflow
2025-07-25 9:07 UTC (9+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] Handle partial snapshot restore due to "
` [Tarantool-patches] [PATCH luajit 2/2] Different fix for "
[Tarantool-patches] [PATCH luajit 0/3] Fix descriptor leak in loadfile
2025-07-25 9:06 UTC (13+ messages)
` [Tarantool-patches] [PATCH luajit 1/3] ci: add track-fds Valgrind scenario
` [Tarantool-patches] [PATCH luajit 2/3] Fix potential file descriptor leak in luaL_loadfile*()
` [Tarantool-patches] [PATCH luajit 3/3] Fix another "
[Tarantool-patches] [PATCH luajit 0/3] Generation of immediates and TBAR fusion
2025-07-24 9:04 UTC (4+ messages)
` [Tarantool-patches] [PATCH luajit 1/3] ARM64: Improve generation of immediates
` [Tarantool-patches] [PATCH luajit 2/3] ARM64: More improvements to the "
` [Tarantool-patches] [PATCH luajit 3/3] ARM64: Prevent STP fusion for conditional code emitted by TBAR
[Tarantool-patches] [PATCH luajit 0/3] Fixes for the concat metamethod
2025-03-26 8:55 UTC (14+ messages)
` [Tarantool-patches] [PATCH luajit 1/3] test: unify helpers for a custom allocator setting
` [Tarantool-patches] [PATCH luajit 2/3] Restore state when recording __concat metamethod throws OOM
` [Tarantool-patches] [PATCH luajit 3/3] Fix state restore when recording __concat metamethod
[Tarantool-patches] [PATCH luajit] Avoid unpatching bytecode twice after a trace flush
2025-03-26 8:55 UTC (3+ messages)
[Tarantool-patches] [PATCH luajit] Fix bit op coercion for shifts in DUALNUM builds
2025-03-26 8:55 UTC (3+ messages)
[Tarantool-patches] [PATCH luajit] ffi/gc: restore back rehashing of finalizers table
2025-03-26 8:54 UTC (6+ messages)
[Tarantool-patches] [PATCH luajit] codehealth: fix warnings for the codespell 2.3.0
2025-03-26 8:54 UTC (6+ messages)
[Tarantool-patches] [PATCH luajit] ci: disable integration-tarantool-ecosystem.yml
2025-03-26 8:54 UTC (3+ messages)
[Tarantool-patches] [PATCH luajit] Fix IR_ABC hoisting
2025-03-26 8:54 UTC (5+ messages)
[Tarantool-patches] [PATCH luajit][v2] Always close profiler output file
2025-03-12 11:12 UTC (10+ messages)
[Tarantool-patches] [PATCH luajit 0/3] Fix sysprof error on stop not started sysprof
2025-03-12 11:11 UTC (10+ messages)
` [Tarantool-patches] [PATCH luajit 1/3] sysprof: rename sysprof_error to prof_error
` [Tarantool-patches] [PATCH luajit 2/3] misc: use prof_error for handling errors
` [Tarantool-patches] [PATCH luajit 3/3] sysprof: fix a message with stop without run
[Tarantool-patches] [PATCH luajit 0/8][v3] Fix profilers issues
2025-03-12 11:11 UTC (33+ messages)
` [Tarantool-patches] [PATCH luajit 1/8][v3] test: add descriptions to sysprof testcases
` [Tarantool-patches] [PATCH luajit 2/8][v3] test: align test title with test filename
` [Tarantool-patches] [PATCH luajit 3/8][v3] sysprof: fix typo in the comment
` [Tarantool-patches] [PATCH luajit 4/8][v3] sysprof: introduce specific errors and default mode
` [Tarantool-patches] [PATCH luajit 5/8][v3] test: introduce flag LUAJIT_DISABLE_MEMPROF
` [Tarantool-patches] [PATCH luajit 6/8][v3] ci: add workflow with disabled profilers
` [Tarantool-patches] [PATCH luajit 7/8][v3] misc: specific message for "
` [Tarantool-patches] [PATCH luajit 8/8][v3] memprof: set default path to profiling output file
[Tarantool-patches] [PATCH luajit 0/3] Fix sysprof error on stop not started sysprof
2025-03-07 10:44 UTC (7+ messages)
` [Tarantool-patches] [PATCH luajit 1/3] sysprof: rename sysprof_error to prof_error
` [Tarantool-patches] [PATCH luajit 2/3] misc: use prof_error for handling errors
` [Tarantool-patches] [PATCH luajit 3/3] sysprof: fix a message with stop without run
[Tarantool-patches] [PATCH luajit] test: fix fix-mips64-spare-side-exit-patching
2025-03-05 7:30 UTC (5+ messages)
[Tarantool-patches] [PATCH luajit][v2] test: limit code and comment max length
2025-03-05 7:29 UTC (2+ messages)
page: next (older)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox