Open infiWang opened 4 months ago
Oops, seems we have some issues with amd64 target……
Oops, seems we have some issues with amd64 target……
Should have been fixed.
Can we rerun Travis CI? Alpine using this package for LuaJit2
Can we rerun Travis CI?
Alpine using this package for LuaJit2
I'll do a patch refresh soon.
Btw, I'm considering dropping DynASM call
pseudo in favor of "PLT inline" as it's more performant and less hacky.
Can we rerun Travis CI? Alpine using this package for LuaJit2
Done, all passing.
@zhuizhuhaomeng PTAL, thanks
This set of patches adds support for RV64G LP64D on Linux, with full interpreter and JIT support.
Patch ported from PLCT LuaJIT, tested with LuaJIT/LuaJIT-test-cleanup.
See also upstream pr LuaJIT/LuaJIT#1267