Hello!
On Mon, Nov 14, 2016 at 8:01 PM, Zhongwei Yao wrote:
> It is because LuaJIT will fail when using light userdata under 48-bit
> virtual address system in some cases. I proposed a work around [0] in LuaJIT
> to fix this issue, but LuaJIT upstream thinks this issue is better to fix in
> LuaJIT application rather LuaJIT itself [1].
>
[...]
>
> Do you think such modification is OK to OpenResty and will you fix it in
> OpenResty?
>
Yeah, getting the LuaJIT's new GC64 mode actually work with OpenResty
should be very interesting. You're welcome to create pull requests to
make any necessary changes in the ngx_lua module and etc. Then we'd
love to have a look at your patches :)
Thanks!
-agentzh