Skip to content
Snippets Groups Projects
Commit 8e58452f authored by Igor Munkin's avatar Igor Munkin Committed by Igor Munkin
Browse files

luajit: bump new version

* cmake: introduce CheckUnwindTables helper
* x64/LJ_GC64: Fix type-check-only variant of SLOAD.
* LJ_GC64: Fix ir_khash for non-string GCobj.
* gdb: support full-range 64-bit lightuserdata

Relates to #6481
Part of #7230

NO_DOC=LuaJIT submodule bump
NO_TEST=LuaJIT submodule bump
parent 23278914
No related branches found
No related tags found
No related merge requests found
## bugfix/luajit
* Added full-range lightuserdata support to luajit-gdb.py extension (gh-6481).
......@@ -14,3 +14,5 @@ activity, the following issues have been resolved:
proper implementation of the corresponding JIT machinery.
* Fixed inconsistent behaviour on signed zeros for JIT-compiled unary minus
(gh-6976).
* Fixed `IR_HREF` hash calculations for non-string GC objects for GC64.
* Fixed assembling of type-check-only variant of `IR_SLOAD`.
Subproject commit 04aa74a0b7c2797917272f3a927e3889632a750e
Subproject commit 243e96789ad07ec14874f0196410f7cb9fb40991
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