-
Notifications
You must be signed in to change notification settings - Fork 628
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: disable musttail for mips #2457
Conversation
While i'm not familiar with mips abi, it's reported that it (at least sometimes) doesn't work. This fixes bytecodealliance#2412
I'm not familiar with the context so the questions can be silly enough:
By the way, we have MIPS env so we can help with testing this PR if it's needed |
stack check logic has been moved to a separate function for better estimation. in 1.2.2, stack check logic were sprinkled in user functions inline. i expect some performance penalty, comparing to 1.2.2.
it's welcome. |
While i'm not familiar with mips abi, it's reported that it (at least sometimes) doesn't work.
This fixes #2412