-
Notifications
You must be signed in to change notification settings - Fork 2k
Add support for LuaJIT's GC64 mode #1019
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Appreciate the effort! Would love to know roughly which version is going to include the fix. Thank you. |
Is there a plan to support GC64 mode? Can't wait to have the ability to use more memory. |
@spacewander Patches welcome. |
Let me repost the discussion in elsewhere:
|
We already have #1152 for ARM64 + GC64. We can close this. |
Noted one segmentation fault when running lua-resty-core's test suite with LuaJIT GC64: |
@pavelnemirovsky Please do not cross post. It's annoying. Thanks for your cooperation. |
LuaJIT has recently added support for the new GC64 mode which allows the full low 47-bit address space to be used by LuaJIT's GC-managed memory.
It seems that this module requires some changes regarding light userdata to actually support this GC64 mode:
http://www.freelists.org/post/luajit/fix-lightud-type-for-48bit-virtual-address
LuaJIT/LuaJIT#230 (comment)
The text was updated successfully, but these errors were encountered: