Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH v1 luajit 00/41] LuaJIT performance testing
 2025-10-24 11:03 UTC  (50+ messages)
` [Tarantool-patches] [PATCH v1 luajit 01/41] perf: add LuaJIT-test-cleanup perf suite
` [Tarantool-patches] [PATCH v1 luajit 02/41] perf: introduce clock module
` [Tarantool-patches] [PATCH v1 luajit 03/41] perf: introduce bench module
` [Tarantool-patches] [PATCH v1 luajit 04/41] perf: adjust array3d in LuaJIT-benches
` [Tarantool-patches] [PATCH v1 luajit 05/41] perf: adjust binary-trees "
` [Tarantool-patches] [PATCH v1 luajit 06/41] perf: adjust chameneos "
` [Tarantool-patches] [PATCH v1 luajit 07/41] perf: adjust coroutine-ring "
` [Tarantool-patches] [PATCH v1 luajit 08/41] perf: adjust euler14-bit "
` [Tarantool-patches] [PATCH v1 luajit 09/41] perf: adjust fannkuch "
` [Tarantool-patches] [PATCH v1 luajit 10/41] perf: adjust fasta "
` [Tarantool-patches] [PATCH v1 luajit 11/41] perf: adjust k-nucleotide "
` [Tarantool-patches] [PATCH v1 luajit 12/41] perf: adjust life "
` [Tarantool-patches] [PATCH v1 luajit 13/41] perf: adjust mandelbrot-bit "
` [Tarantool-patches] [PATCH v1 luajit 14/41] perf: adjust mandelbrot "
` [Tarantool-patches] [PATCH v1 luajit 15/41] perf: adjust md5 "
` [Tarantool-patches] [PATCH v1 luajit 16/41] perf: adjust meteor "
` [Tarantool-patches] [PATCH v1 luajit 17/41] perf: adjust nbody "
` [Tarantool-patches] [PATCH v1 luajit 18/41] perf: adjust nsieve-bit-fp "
` [Tarantool-patches] [PATCH v1 luajit 19/41] perf: adjust nsieve-bit "
` [Tarantool-patches] [PATCH v1 luajit 20/41] perf: adjust nsieve "
` [Tarantool-patches] [PATCH v1 luajit 21/41] perf: adjust partialsums "
` [Tarantool-patches] [PATCH v1 luajit 22/41] perf: adjust pidigits-nogmp "
` [Tarantool-patches] [PATCH v1 luajit 23/41] perf: adjust ray "
` [Tarantool-patches] [PATCH v1 luajit 24/41] perf: adjust recursive-ack "
` [Tarantool-patches] [PATCH v1 luajit 25/41] perf: adjust recursive-fib "
` [Tarantool-patches] [PATCH v1 luajit 26/41] perf: adjust revcomp "
` [Tarantool-patches] [PATCH v1 luajit 27/41] perf: adjust scimark-2010-12-20 "
` [Tarantool-patches] [PATCH v1 luajit 28/41] perf: move <scimark_lib.lua> to <libs/> directory
` [Tarantool-patches] [PATCH v1 luajit 29/41] perf: adjust scimark-fft in LuaJIT-benches
` [Tarantool-patches] [PATCH v1 luajit 30/41] perf: adjust scimark-lu "
` [Tarantool-patches] [PATCH v1 luajit 31/41] perf: add scimark-mc "
` [Tarantool-patches] [PATCH v1 luajit 32/41] perf: adjust scimark-sor "
` [Tarantool-patches] [PATCH v1 luajit 33/41] perf: adjust scimark-sparse "
` [Tarantool-patches] [PATCH v1 luajit 34/41] perf: adjust series "
` [Tarantool-patches] [PATCH v1 luajit 35/41] perf: adjust spectral-norm "
` [Tarantool-patches] [PATCH v1 luajit 36/41] perf: adjust sum-file "
` [Tarantool-patches] [PATCH v1 luajit 37/41] perf: add CMake infrastructure
` [Tarantool-patches] [PATCH v1 luajit 38/41] perf: add aggregator helper for bench statistics
` [Tarantool-patches] [PATCH v1 luajit 39/41] perf: add a script for the environment setup
` [Tarantool-patches] [PATCH v1 luajit 40/41] perf: provide CMake option to setup the benchmark
` [Tarantool-patches] [PATCH v1 luajit 41/41] ci: introduce the performance workflow

[Tarantool-patches] [PATCH luajit 0/2] Fix stack overflow in pcall/xpcall
 2025-09-23 17:49 UTC  (6+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] LJ_FR2: Fix stack checks in vararg calls
` [Tarantool-patches] [PATCH luajit 2/2] Add stack check to pcall/xpcall

[Tarantool-patches] [PATCH luajit] ARM64: Fix assembly of HREFK (again)
 2025-09-22 14:09 UTC  (2+ messages)

[Tarantool-patches] Fwd: [PATCH luajit] Invalidate SCEV entry when returning to lower frame
 2025-09-11  7:35 UTC 

[Tarantool-patches] [PATCH luajit] Correctly close VM state after early OOM during open
 2025-09-09  9:44 UTC  (4+ messages)

[Tarantool-patches] [PATCH luajit 0/3] Generation of immediates and TBAR fusion
 2025-09-09  8:30 UTC  (11+ 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] Avoid out-of-range PC for stack overflow error from snapshot restore
 2025-09-08 15:10 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit] x86/x64: Don't use undefined MUL/IMUL zero flag
 2025-09-08 12:55 UTC  (3+ messages)

[Tarantool-patches] [PATCH luajit 0/2] Fix dangling CType references
 2025-09-08 12:02 UTC  (6+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] FFI: "
` [Tarantool-patches] [PATCH luajit 2/2] FFI: Fix dangling CType references (again)

[Tarantool-patches] [PATCH luajit] ARM64: Fix LDP/STP fusion (again)
 2025-09-08 10:40 UTC  (6+ messages)

[Tarantool-patches] [PATCH luajit] Invalidate SCEV entry when returning to lower frame
 2025-09-04  9:58 UTC 

[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] Fixes for the concat metamethod
 2025-03-26  8:55 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit] Avoid unpatching bytecode twice after a trace flush
 2025-03-26  8:55 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit] Fix bit op coercion for shifts in DUALNUM builds
 2025-03-26  8:55 UTC  (2+ 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  (2+ messages)

[Tarantool-patches] [PATCH luajit] ci: disable integration-tarantool-ecosystem.yml
 2025-03-26  8:54 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit] Fix IR_ABC hoisting
 2025-03-26  8:54 UTC  (2+ messages)

page: 

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