forked from tarantool/tarantool
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
f679b1e
commit 0d1e0cb
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Submodule luajit
updated
10 files