Tarantool development patches archive
 help / color / mirror / Atom feed
[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 0/2] Fix handling errors on snapshot restore
 2022-08-02 22:03 UTC  (8+ 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 0/2] gdb: adjust to support Python 2 + refactoring of stack dumping
 2022-07-23  0:11 UTC  (3+ 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 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] x86/x64: Check for jcc when using xor r, r in emit_loadi()
 2022-07-06 10:30 UTC  (3+ messages)

[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  (10+ 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  (5+ 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  (5+ 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  (22+ messages)
` [Tarantool-patches] [v2][PATCH 1/5] build/ninja: refactoring
` [Tarantool-patches] [v2][PATCH 2/5] build/ninja: create target with cli binary only once
` [Tarantool-patches] [v2][PATCH 3/5] build/ninja: rename default target
` [Tarantool-patches] [v2][PATCH 4/5] build/ninja: create file lists outside of cmake commands
` [Tarantool-patches] [v2][PATCH 5/5] ci: add job with build using Ninja on linux-x86_64

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

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

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

[Tarantool-patches] [PATCH luajit] sysprof: replace `backtrace` with libunwind
 2022-06-11 22:40 UTC 

[Tarantool-patches] [PATCH] build: support build using Ninja
 2022-06-02 13:21 UTC  (3+ messages)

[Tarantool-patches] [PATCH luajit] test: adapt test checking tail calls debug info
 2022-06-01 16:21 UTC  (3+ messages)
` [Tarantool-patches] [PATCH luajit v2] "

[Tarantool-patches] [PATCH luajit] symtab: check the _GNU_SOURCE definition
 2022-05-26 16:33 UTC  (6+ messages)
` [Tarantool-patches] [PATCH luajit] sysprof: replace `backtrace` with libunwind

[Tarantool-patches] [PATCH] sysprof: add `LUAJIT_DISABLE_SYSPROF` to Makefile
 2022-05-26 16:28 UTC  (17+ messages)
` [Tarantool-patches] [PATCH] sysprof: change C configuration API
` [Tarantool-patches] [PATCH] sysprof: enrich symtab on a new trace or a proto
` [Tarantool-patches] [PATCH] sysprof: fix `SYSPROF_HANDLER_STACK_DEPTH`
` [Tarantool-patches] [PATCH] sysprof: make sysprof internal API funcs static

page:  |  | latest

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