Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH luajit v2] sysprof: replace `backtrace` with libunwind
 2022-12-06  6:58 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit v4 4/8] ARM64: Reorder interpreter stack frame and fix unwinding
 2022-12-06  5:58 UTC  (20+ messages)
  ` [Tarantool-patches] [PATCH luajit v4 5/8] OSX/ARM64: Disable unwind info
  ` [Tarantool-patches] [PATCH luajit v4 6/8] BSD: Fix build with BSD grep
  ` [Tarantool-patches] [PATCH luajit v4 7/8] Fix build with busybox grep
  ` [Tarantool-patches] [PATCH luajit v4 1/8] Cleanup and enable external unwinding for more platforms
  ` [Tarantool-patches] [PATCH luajit v4 2/8] OSX: Fix build by hardcoding external frame unwinding
  ` [Tarantool-patches] [PATCH luajit v4 3/8] OSX/ARM64: Disable external unwinding for now
  ` [Tarantool-patches] [PATCH luajit v4 8/8] OSX/ARM64: Fix external unwinding

[Tarantool-patches] [PATCH luajit 0/2] Fix tests for LUAJIT_ENABLE_CHECKHOOK
 2022-12-05 21:47 UTC  (17+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] test: relax JIT setup in lj-430-maxirconst test
` [Tarantool-patches] [PATCH luajit 2/2] test: relax JIT setup in misc.getmetrics test
` [Tarantool-patches] [PATCH luajit 3/2] test: remove TAP side effects in getmetrics tests

[Tarantool-patches] [PATCH luajit v3] memprof: introduce cli flag to run dump parser
 2022-12-05 18:01 UTC 

[Tarantool-patches] [PATCH luajit v2] gdb: support full-range 64-bit lightuserdata
 2022-12-05  9:56 UTC 

[Tarantool-patches] [PATCH] gdb: support full-range 64-bit lightuserdata
 2022-12-02 10:16 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit] x64/LJ_GC64: Fix type-check-only variant of SLOAD
 2022-12-02  8:42 UTC 

[Tarantool-patches] [PATCH luajit] luajit-gdb: support full-range 64-bit lightud
 2022-12-01  5:14 UTC  (4+ messages)

[Tarantool-patches] [PATCH luajit] GC64: enable sysprof support
 2022-11-30 16:04 UTC  (4+ messages)

[Tarantool-patches] Fwd: [PATCH luajit v2] Don't compile math.modf() anymore
 2022-11-30 13:24 UTC 

[Tarantool-patches] [PATCH luajit] Fix narrowing of unary minus
 2022-11-30 10:40 UTC  (9+ messages)
  ` [Tarantool-patches] [PATCH luajit v2] "

[Tarantool-patches] [PATCH luajit v2] memprof: introduce cli flag to run dump parser
 2022-11-29 13:18 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit] sysprof: replace `backtrace` with libunwind
 2022-11-29 11:02 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit] Ensure correct stack top for OOM error message
 2022-11-23  7:51 UTC  (8+ messages)

[Tarantool-patches] [PATCH luajit v2] Cleanup math function compilation and fix inconsistencies
 2022-11-23  7:50 UTC  (6+ messages)

[Tarantool-patches] [PATCH luajit 0/2] Fix io.close()
 2022-11-23  7:50 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit] x86/x64: Check for jcc when using xor r, r in emit_loadi()
 2022-11-23  7:50 UTC  (9+ messages)

[Tarantool-patches] [PATCH luajit 0/8] LuaJIT tests and CI enhancements
 2022-11-11  8:56 UTC  (39+ 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 v2 0/2] Make build improvements
 2022-11-11  8:56 UTC 

[Tarantool-patches] [PATCH luajit] build: introduce LUAJIT_ENABLE_CHECKHOOK option
 2022-11-11  8:54 UTC  (6+ messages)

[Tarantool-patches] [PATCH luajit] FFI: Always fall back to metamethods for cdata length/concat
 2022-11-11  8:54 UTC  (4+ messages)

[Tarantool-patches] [PATCH luajit] FFI: Add tonumber() specialization for failed conversions
 2022-11-11  8:54 UTC  (12+ messages)

[Tarantool-patches] [PATCH luajit] Fix overflow check in unpack()
 2022-11-11  8:54 UTC  (7+ messages)

[Tarantool-patches] [PATCH luajit] sysprof: disable proto and trace dumps in default
 2022-11-11  8:54 UTC  (2+ messages)

[Tarantool-patches] [PATCH 0/2] gdb: adjust to support Python 2 + refactoring of stack dumping
 2022-11-11  8:53 UTC  (14+ 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] Save trace recorder state around VM event call.\
 2022-11-10  6:27 UTC 

[Tarantool-patches] [PATCH luajit 0/6] Fix external unwinding on M1
 2022-10-06  9:48 UTC  (23+ messages)
` [Tarantool-patches] [PATCH luajit 1/6] Cleanup and enable external unwinding for more platforms
` [Tarantool-patches] [PATCH luajit 2/6] OSX: Fix build by hardcoding external frame unwinding
` [Tarantool-patches] [PATCH luajit 3/6] OSX/ARM64: Disable external unwinding for now
` [Tarantool-patches] [PATCH luajit 4/6] ARM64: Reorder interpreter stack frame and fix unwinding
` [Tarantool-patches] [PATCH luajit 5/6] OSX/ARM64: Disable unwind info
` [Tarantool-patches] [PATCH luajit 6/6] OSX/ARM64: Fix external unwinding
` [Tarantool-patches] [PATCH luajit v2 0/6] Fix external unwinding on M1
  ` [Tarantool-patches] [PATCH luajit v2 1/6] Cleanup and enable external unwinding for more platforms
  ` [Tarantool-patches] [PATCH luajit v2 2/6] OSX: Fix build by hardcoding external frame unwinding
  ` [Tarantool-patches] [PATCH luajit v2 3/6] OSX/ARM64: Disable external unwinding for now
  ` [Tarantool-patches] [PATCH luajit v2 4/6] ARM64: Reorder interpreter stack frame and fix unwinding
  ` [Tarantool-patches] [PATCH luajit v2 5/6] OSX/ARM64: Disable unwind info
  ` [Tarantool-patches] [PATCH luajit v2 6/6] OSX/ARM64: Fix external unwinding

[Tarantool-patches] [PATCH luajit] ARM64: Avoid side-effects of constant rematerialization
 2022-09-28  8:44 UTC  (3+ messages)

[Tarantool-patches] [PATCH luajit] From Lua 5.3: assert() accepts any type of error object
 2022-09-14 19:01 UTC  (3+ messages)

[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] lldb: introduce luajit-lldb
 2022-09-06 13:03 UTC 

[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] Don't compile math.modf() anymore
 2022-08-18 21:20 UTC 

page:  |  | latest

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