Skip to content

Commit

Permalink
luajit: bump new version
Browse files Browse the repository at this point in the history
* Actually implement maxirconst trace limit.
* Fix string.char() recording with no arguments.

Closes #6371
Part of #6548
  • Loading branch information
igormunkin authored and yanshtunder committed Feb 8, 2022
1 parent 3a94f72 commit e404dd9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## bugfix/luajit

* `string.char()` builtin recording is fixed in case when no arguments are
given (gh-6371, gh-6548).
3 changes: 3 additions & 0 deletions changelogs/unreleased/luajit-fix-maxirconst-limit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## bugfix/luajit

* Actually made JIT respect `maxirconst` trace limit while recording (gh-6548).

0 comments on commit e404dd9

Please sign in to comment.