Add RISC-V 64 Support for LuaJIT v2.1#236
Conversation
|
Oops, seems we have some issues with amd64 target…… |
Should have been fixed. |
b2c6b14 to
74fe9b0
Compare
|
Can we rerun Travis CI? |
I'll do a patch refresh soon. Btw, I'm considering dropping DynASM |
74fe9b0 to
72932c4
Compare
Done, all passing. |
|
@zhuizhuhaomeng PTAL, thanks |
cac9628 to
59e9671
Compare
59e9671 to
f25e678
Compare
4e7448d to
887b468
Compare
3a2022a to
ea214b2
Compare
|
@zhuizhuhaomeng Could you please take a look? 😇 |
|
Is there a chance this can be reviewed? |
Ultimately, it depends on upstream opinion (i.e., Mike). I am currently employed full-time at PLCT Lab. As Mike focuses on version 3.0, we will ensure that a functional fork for version 2.1 is available. |
|
Thanks, I can confirm that this fixes the problem. |
f8b9fbb to
8f5c498
Compare
|
Bumped to LJRV 1ce02dd, based-off OpenResty LuaJIT v2.1-20260606. |
https://build.opensuse.org/request/show/1359644 by user mcepl + anag_factory - riscv64-support.patch: apply bugfix from openresty/luajit2/pull/236#issuecomment-4706366520
Co-authored-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
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