Skip to content
Snippets Groups Projects
Commit 43297db7 authored by Igor Munkin's avatar Igor Munkin Committed by Igor Munkin
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 9128f50e
No related branches found
No related tags found
No related merge requests found
## bugfix/luajit
Backported patches from vanilla LuaJIT trunk (gh-8069). In the scope of this
activity, the following issues have been resolved:
* 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 b60f4adee6a3eb2b815c83395d07b70b4d98f8cf
Subproject commit 0114eb4fa7f242a2d3a3bc95a8e11962aa5bff8c
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