Skip to content
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

这个JIT支持哪个架构的?ARM的thumb2指令集支持吗? #22

Open
snikeguo opened this issue Mar 20, 2023 · 1 comment
Open
Labels

Comments

@snikeguo
Copy link

RT. 另外有没有WX,方便加一下不? irust2020

@digitalgust
Copy link
Owner

jit目前没有适配32位CPU,主要是long型8字节算术指令没有适配,minijvm的JIT依赖于SLJIT项目,其支持如下:https://github.com/zherczeg/sljit/
Supported architectures

Intel-x86 32
AMD-x86 64
ARM 32 (ARM-v5, ARM-v7 and Thumb2 instruction sets)
ARM 64
PowerPC 32
PowerPC 64
MIPS 32 (III, R1)
MIPS 64 (III, R1)
RISC-V 32
RISC-V 64
s390x (64)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants