Skip to content

Commit

Permalink
luajit: bump new version
Browse files Browse the repository at this point in the history
* FFI: Fix recording of union initialization.
* Fix maxslots when recording BC_VARG, part 2.
* Fix maxslots when recording BC_VARG.
* Fix BC_UCLO insertion for returns.
* ci: update job concurrency group definition

Part of tarantool#8825

NO_DOC=LuaJIT submodule bump
NO_TEST=LuaJIT submodule bump
  • Loading branch information
igormunkin committed Jul 20, 2023
1 parent f679b1e commit 0d1e0cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changelogs/unreleased/gh-8825-luajit-fixes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## bugfix/luajit

Backported patches from the vanilla LuaJIT trunk (gh-8825). The following issues
were fixed as part of this activity:

* Fixed `BC_UCLO` insertion for returns.
* Fixed recording of `BC_VARG` with unused vararg values.
* Initialization instructions on trace are now emitted only for the first
member of a union.

0 comments on commit 0d1e0cb

Please sign in to comment.