As far as I've heard the FFI IR work has not currently started. Here's the minimal testcase that Charles identified that will expose the FFI IR: local ffi = require("ffi") local typ = ffi.typeof("uint64_t") x=0LL for i=1,100 do x=ffi.cast(typ, i) end print (x
On Wed, Jul 20, 2016 at 1:30 PM, Dikshit, Abhishek < Abhishek.Dikshit@cavium.com> wrote:
Hi All,
I am looking forward to contribute in development of LuaJIT for ARM64.
Please feel free to assign work to me even if it is a minor bug fix.
Thanks
Abhishek Dikshit
luajit mailing list luajit@lists.linaro.org https://lists.linaro.org/mailman/listinfo/luajit