Skip to content
Snippets Groups Projects
Commit c642959c authored by Igor Munkin's avatar Igor Munkin Committed by Yaroslav Lobankov
Browse files

luajit: bump new version

* LJ_GC64: Make ASMREF_L references 64 bit.
* lldb: introduce luajit-lldb
* x64/LJ_GC64: Fix emit_rma().
* Limit path length passed to C library loader.

Part of #4808
Part of #8069
Part of #8516

NO_DOC=LuaJIT submodule bump
NO_TEST=LuaJIT submodule bump
parent 0ef3489a
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,5 @@ The following issues were fixed as part of this activity:
* Fixed `pcall()` call without arguments on arm64.
* Fixed assembling of ``IR_{AHUV}LOAD`` specialized to boolean for aarch64.
* Fixed constant rematerialization on arm64.
* Fixed `emit_rma()` for x64/GC64 mode for non-`mov` instructions.
* Limited Lua C library path with the default `PATH_MAX` value of 4096 bytes.
## bugfix/luajit
Backported patches from the vanilla LuaJIT trunk (gh-8516). The following issues
were fixed as part of this activity:
* Fixed assembling of `IR_LREF` assembling for GC64 mode on x86_64
Subproject commit 15e9383bbcaff11db20dda335251f05fbb26cce2
Subproject commit 74a33b3fac916e6404f2ff494f0e05481cf6b833
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment