Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH luajit 0/5] Fix pow inconsistencies and improve asserts
 2023-08-24  7:47 UTC  (33+ messages)
` [Tarantool-patches] [PATCH luajit 1/5] test: introduce `samevalues()` TAP checker
` [Tarantool-patches] [PATCH luajit 2/5] Remove pow() splitting and cleanup backends
` [Tarantool-patches] [PATCH luajit 3/5] Improve assertions
` [Tarantool-patches] [PATCH luajit 4/5] Fix pow() optimization inconsistencies
` [Tarantool-patches] [PATCH luajit 5/5] Revert to trival pow() optimizations to prevent inaccuracies

[Tarantool-patches] [PATCH] Mark CONV as non-weak, to prevent elimination of its side-effect
 2023-08-24  7:26 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit] Fix maxslots when recording BC_VARG, part 3
 2023-08-22 15:44 UTC  (6+ messages)

[Tarantool-patches] [PATCH luajit] Fix predict_next() in parser
 2023-08-22 15:17 UTC  (5+ messages)

[Tarantool-patches] [PATCH luajit v4 0/3] sysprof: parser refactoring
 2023-08-21 13:37 UTC  (7+ messages)
` [Tarantool-patches] [PATCH luajit v4 1/3] sysprof: remove `split by vmstate` option
` [Tarantool-patches] [PATCH luajit v4 2/3] tools: add execution permission to sysprof parser
` [Tarantool-patches] [PATCH luajit v4 3/3] sysprof: improve parser's memory footprint

[Tarantool-patches] [PATCH luajit 00/15] Add flake8 linter
 2023-08-21 11:05 UTC  (29+ messages)
` [Tarantool-patches] [PATCH luajit 14/15] test: fix E741 errors by pycodestyle
` [Tarantool-patches] [PATCH luajit 15/15] test: run flake8 static analysis via CMake
        ` [Tarantool-patches] [PATCH luajit 16/15] gdb: fix Python <assert> statement usage
        ` [Tarantool-patches] [PATCH luajit 17/15] test: fix E275 errors by pycodestyle
      ` [Tarantool-patches] [PATCH luajit 18/15] test: suppress E131 "
      ` [Tarantool-patches] [PATCH luajit 19/15] test: fix E501 "

[Tarantool-patches] [PATCH 0/2 v2] Add code coverage support
 2023-08-21 11:05 UTC  (12+ messages)
` [Tarantool-patches] [PATCH 1/2 v2] cmake: add "
` [Tarantool-patches] [PATCH 2/2 v2] ci: support coveralls

[Tarantool-patches] [PATCH luajit] Fix TDUP load forwarding after table rehash
 2023-08-21  8:58 UTC  (3+ messages)

[Tarantool-patches] [PATCH luajit 00/19] Prerequisites for improve assertions
 2023-08-17 14:53 UTC  (96+ messages)
` [Tarantool-patches] [PATCH luajit 01/19] MIPS: Use precise search for exit jump patching
` [Tarantool-patches] [PATCH luajit 02/19] test: introduce mcode generator for tests
` [Tarantool-patches] [PATCH luajit 03/19] MIPS: Fix handling of spare long-range jump slots
` [Tarantool-patches] [PATCH luajit 04/19] MIPS64: Add soft-float support to JIT compiler backend
` [Tarantool-patches] [PATCH luajit 05/19] PPC: Add soft-float support to interpreter
` [Tarantool-patches] [PATCH luajit 06/19] PPC: Add soft-float support to JIT compiler backend
` [Tarantool-patches] [PATCH luajit 07/19] build: fix non-Linux/macOS builds
` [Tarantool-patches] [PATCH luajit 08/19] Windows: Add UWP support, part 1
` [Tarantool-patches] [PATCH luajit 09/19] FFI: Eliminate hardcoded string hashes
` [Tarantool-patches] [PATCH luajit 10/19] Cleanup math function compilation and fix inconsistencies
` [Tarantool-patches] [PATCH luajit 11/19] Fix GCC 7 -Wimplicit-fallthrough warnings
` [Tarantool-patches] [PATCH luajit 12/19] DynASM: Fix warning
` [Tarantool-patches] [PATCH luajit 13/19] ARM: Fix GCC 7 -Wimplicit-fallthrough warnings
` [Tarantool-patches] [PATCH luajit 14/19] Fix debug.getinfo() argument check
` [Tarantool-patches] [PATCH luajit 15/19] Fix LJ_MAX_JSLOTS assertion in rec_check_slots()
` [Tarantool-patches] [PATCH luajit 16/19] Prevent integer overflow while parsing long strings
` [Tarantool-patches] [PATCH luajit 17/19] MIPS64: Fix register allocation in assembly of HREF
` [Tarantool-patches] [PATCH luajit 18/19] DynASM/MIPS: Fix shadowed variable
` [Tarantool-patches] [PATCH luajit 19/19] MIPS: Add MIPS64 R6 port

[Tarantool-patches] [PATCH luajit v3 0/4] sysprof: parser refactoring
 2023-08-15 18:54 UTC  (10+ messages)
` [Tarantool-patches] [PATCH luajit v3 1/4] utils: remove unnecessary insertion in AVL-tree
` [Tarantool-patches] [PATCH luajit v3 2/4] sysprof: remove `split by vmstate` option
` [Tarantool-patches] [PATCH luajit v3 3/4] tools: add execution permission to sysprof parser
` [Tarantool-patches] [PATCH luajit v3 4/4] sysprof: improve parser's memory footprint

[Tarantool-patches] [PATCH 0/5][v3] Fix typos and enable checkpatch
 2023-08-15  8:57 UTC  (19+ messages)
` [Tarantool-patches] [PATCH 1/5][v3] ci: fix a step name
` [Tarantool-patches] [PATCH 2/5][v3] codehealth: fix typos
` [Tarantool-patches] [PATCH 3/5][v3] cmake: introduce new targets
` [Tarantool-patches] [PATCH 4/5][v3] ci: enable checkpatch
` [Tarantool-patches] [PATCH 5/5][v3] test: fix codestyle

[Tarantool-patches] [PATCH 0/2] Fix embedded bytecode loader
 2023-08-15  8:51 UTC  (9+ messages)
` [Tarantool-patches] [PATCH 1/2] "
` [Tarantool-patches] [PATCH 2/2] Followup fix for "

[Tarantool-patches] [PATCH] cmake: add code coverage support
 2023-08-14  7:46 UTC  (5+ 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