Skip to content

Commit

Permalink
luajit: bump new version
Browse files Browse the repository at this point in the history
* test: make sysprof tests more deterministic
* test: increase sampling interval in sysprof tests
* LJ_GC64: Fix IR_VARG offset for fixed number of results.
* sysprof: implement stack sandwich support
* symtab: fix .symtab section dump of the executable
* sysprof: disable proto and trace dumps in default
* ci: introduce GitHub action for environment setup
* build: configure parallel jobs
* ci: replace hw.ncpu with hw.logicalcpu for macOS
* ci: add Tarantool integration testing
* ci: remove GC64 matrix entries for ARM64 workflows
* ci: fix --parallel argument for MacOS runners

Closes tarantool#7172
Closes tarantool#7244
Closes tarantool#7264
Part of tarantool#7230

NO_DOC=LuaJIT submodule bump
NO_TEST=LuaJIT submodule bump
  • Loading branch information
igormunkin committed Jul 22, 2022
1 parent b87ef00 commit e59a4f9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelogs/unreleased/gh-7172-fix-ir-varg-offset.md
@@ -0,0 +1,4 @@
## bugfix/luajit

* Fixed the case for partial recording of vararg function body with the fixed
number of result values in with `LJ_GC64` (i.e. `LJ_FR2` enabled) (gh-7172).
5 changes: 5 additions & 0 deletions changelogs/unreleased/gh-7244-sysprof-sandwich.md
@@ -0,0 +1,5 @@
## bugfix/luajit

* Added `/proc/self/exe` symlink resolution to the symtab module, to obtain the
.symtab section for tarantool executable.
* Introduced stack sandwich support to sysprof's parser (gh-7244).
5 changes: 5 additions & 0 deletions changelogs/unreleased/gh-7264-dump-proto-default-mode.md
@@ -0,0 +1,5 @@
## bugfix/luajit

* Disabled proto and trace information dumpers in sysprof's default mode.
Attempts to use them lead to segmentation fault due to uninitialized buffer
(gh-7264).

0 comments on commit e59a4f9

Please sign in to comment.