Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH luajit] FFI: Always fall back to metamethods for cdata length/concat
 2022-09-13  7:32 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit] FFI: Add tonumber() specialization for failed conversions
 2022-09-12  8:01 UTC 

[Tarantool-patches] [PATCH luajit] Fix narrowing of unary minus
 2022-09-09 12:15 UTC 

[Tarantool-patches] [PATCH luajit] Fix overflow check in unpack()
 2022-09-07 12:00 UTC  (6+ messages)

[Tarantool-patches] [PATCH luajit] lldb: introduce luajit-lldb
 2022-09-06 13:03 UTC 

[Tarantool-patches] [PATCH luajit] ARM64: Avoid side-effects of constant rematerialization
 2022-09-06  8:43 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit 0/8] LuaJIT tests and CI enhancements
 2022-09-02 12:09 UTC  (37+ messages)
` [Tarantool-patches] [PATCH luajit 1/8] test: introduce LUAJIT_TEST_VARDIR variable
` [Tarantool-patches] [PATCH luajit 2/8] test: introduce MakeLuaPath.cmake helper
` [Tarantool-patches] [PATCH luajit 3/8] test: fix tarantool suite for out of source build
` [Tarantool-patches] [PATCH luajit 4/8] ci: use out of source build in GitHub Actions
` [Tarantool-patches] [PATCH luajit 5/8] ci: remove excess parallel level setup
` [Tarantool-patches] [PATCH luajit 6/8] ci: remove arch prefix for macOS M1 workflow
` [Tarantool-patches] [PATCH luajit 7/8] ci: merge x86_64 and ARM64 workflows
` [Tarantool-patches] [PATCH luajit 8/8] ci: merge Linux and macOS workflows

[Tarantool-patches] [PATCH luajit] x86/x64: Check for jcc when using xor r, r in emit_loadi()
 2022-09-01 10:32 UTC  (6+ messages)

[Tarantool-patches] [PATCH 0/2] gdb: adjust to support Python 2 + refactoring of stack dumping
 2022-08-31 23:20 UTC  (12+ messages)
` [Tarantool-patches] [PATCH 1/2] gdb: adjust to support python2 (centos 7)
` [Tarantool-patches] [PATCH 2/2] gdb: refactor iteration over frames while dumping stack

[Tarantool-patches] [PATCH luajit] FFI: Always fall back to metamethods for cdata length/concat
 2022-08-31 10:02 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit] test: disable jit tests at M1 for Tarantool
 2022-08-23 10:23 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit v2] Cleanup math function compilation and fix inconsistencies
 2022-08-22  9:40 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit v2] Don't compile math.modf() anymore
 2022-08-18 21:20 UTC 

[Tarantool-patches] [PATCH luajit 0/2] Fix handling errors on snapshot restore
 2022-08-10 14:36 UTC  (10+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] Fix handling of errors during "
` [Tarantool-patches] [PATCH luajit 2/2] Call error function on rethrow after trace exit

[Tarantool-patches] [PATCH luajit 0/2] sysprof: fix inconsistencies
 2022-08-10 14:34 UTC  (7+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] symtab: fix static symtab dump
` [Tarantool-patches] [PATCH luajit 2/2] sysprof: add stack sandwich support

[Tarantool-patches] [PATCH luajit] LJ_GC64: Fix IR_VARG offset for fixed number of results
 2022-08-10 14:32 UTC  (6+ messages)

[Tarantool-patches] [PATCH luajit v5] Fix math.min()/math.max() inconsistencies
 2022-07-21 16:49 UTC 

[Tarantool-patches] [PATCH luajit 0/2] Introduce dumpers for bytecodes in gdb
 2022-07-19  8:40 UTC  (9+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] gdb: introduce dumpers for GCobj
` [Tarantool-patches] [PATCH luajit 2/2] gdb: introduce lj-bc, lj-func and lj-proto dumpers

[Tarantool-patches] [PATCH luajit] sysprof: disable proto and trace dumps in default
 2022-07-15 13:36 UTC  (4+ messages)

[Tarantool-patches] [PATCH luajit] From Lua 5.3: assert() accepts any type of error object
 2022-07-15  9:17 UTC  (3+ messages)

[Tarantool-patches] [PATCH luajit 0/2] Fix io.close()
 2022-07-14  8:04 UTC  (9+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] "
` [Tarantool-patches] [PATCH luajit 2/2] Fix io.close() error message

[Tarantool-patches] [PATCH] build: configure parallel jobs
 2022-07-13 10:10 UTC  (8+ messages)

[Tarantool-patches] [PATCH luajit 0/3] Integration testing and tiny fixes in CI
 2022-07-13 10:09 UTC  (21+ messages)
` [Tarantool-patches] [PATCH luajit 1/3] ci: fix --parallel argument for MacOS runners
` [Tarantool-patches] [PATCH luajit 2/3] ci: remove GC64 matrix entries for ARM64 workflows
` [Tarantool-patches] [PATCH luajit 3/3] ci: add Tarantool integration testing

[Tarantool-patches] [PATCH luajit 0/3] Follow-up fixes for full 64-bit lightuserdata interning
 2022-06-30 12:11 UTC  (11+ messages)
` [Tarantool-patches] [PATCH luajit 1/3] test: fix path storage for non-concatable objects
` [Tarantool-patches] [PATCH luajit 2/3] Reorganize lightuserdata interning code
` [Tarantool-patches] [PATCH luajit 3/3] Avoid conflict between 64 bit lightuserdata and ITERN key

[Tarantool-patches] [PATCH luajit] ARM64: Fix assembly of HREFK
 2022-06-30 12:11 UTC  (5+ messages)

[Tarantool-patches] [PATCH luajit 0/2] FFI: fix arm64 call for HFA
 2022-06-30 12:11 UTC  (9+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] test: set DYLD_LIBRARY_PATH environment variable
` [Tarantool-patches] [PATCH luajit 2/2] FFI/ARM64: Fix pass-by-value struct calling conventions

[Tarantool-patches] [PATCH luajit] FFI: Handle zero-fill of struct-of-NYI
 2022-06-30 12:11 UTC  (4+ messages)

[Tarantool-patches] [PATH luajit] GC64: fix 64-bit constant fusion
 2022-06-30 12:10 UTC  (7+ messages)

[Tarantool-patches] [PATCH luajit] Fix write barrier for lua_setupvalue() and debug.setupvalue()
 2022-06-30 12:10 UTC  (3+ messages)

[Tarantool-patches] [PATCH luajit] Flush and close output file after profiling run
 2022-06-30 12:10 UTC  (4+ messages)

[Tarantool-patches] [PATCH luajit] Fix interaction between profiler hooks and finalizers
 2022-06-30 12:10 UTC  (4+ messages)

[Tarantool-patches] [PATCH luajit] Fix debug.debug() for non-string errors
 2022-06-30 12:10 UTC  (5+ messages)

[Tarantool-patches] [PATCH luajit] Fix bytecode dump unpatching
 2022-06-30 12:10 UTC  (5+ messages)

[Tarantool-patches] [PATCH luajit] Fix FOLD rule for strength reduction of widening
 2022-06-30 12:09 UTC  (3+ messages)

[Tarantool-patches] [PATCH luajit] Give expected results for negative non-base-10 numbers in tonumber()
 2022-06-30 12:09 UTC  (4+ messages)

[Tarantool-patches] [PATCH luajit] Add stricter check for print() vs. tostring() shortcut
 2022-06-30 12:09 UTC  (3+ messages)

[Tarantool-patches] [PATCH luajit 0/2] Fix tonumber("-0") inconsistencies
 2022-06-30 12:09 UTC  (8+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] Fix tonumber("-0")
` [Tarantool-patches] [PATCH luajit 2/2] Fix tonumber("-0") in dual-number mode

[Tarantool-patches] [PATCH luajit] Add missing LJ_MAX_JSLOTS check
 2022-06-30 12:08 UTC  (4+ messages)

[Tarantool-patches] [v2][PATCH 0/5] Support building with Ninja
 2022-06-20 13:04 UTC  (3+ messages)

[Tarantool-patches] [PATCH luajit] ci: make GitHub workflows more CMake-ish
 2022-06-20 12:47 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit v2] test: adapt test checking reversed function
 2022-06-20 12:47 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit] test: adapt test checking tail calls debug info
 2022-06-20 12:47 UTC  (2+ messages)

page:  |  | latest

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