-
Notifications
You must be signed in to change notification settings - Fork 645
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
aot: make precheck functions use short-call for xtensa #3418
Conversation
Because I want to use short-call attribute for xtensa.
… in XIP mode (bytecodealliance#3142)" This reverts commit 4f6d70b.
@dongsheng28849455 do you have any concerns? |
No much concerns except for the need to test more cases since the LLVM base is changed, we need do some test for that. |
do you have some testsuite targeting xtensa aot? |
we have spec/wasi test for xtensa, let's try. |
i did some tests on nuttx on esp32s3-devkitc. aot xip (
aot (
classic interpreter
native
file sizes:
|
…odealliance#3418)" This reverts commit 8f098a5.
Note: this breaks AOT ABI for xtensa again because of a revert of an ABI-breaking change.