-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
ARM64: JIT does not do TailCall when it requires more stack space than the caller has its incoming argument space #6469
Comments
This should be taken care of by tail-call design that @janvorli is working on |
@janvorli Is this still an open issue? |
I have added a check that if we have a prefix tail call then we have to do fast or slow tail call. |
@sandreenko we support tail calls with helpers only on Windows x86, x64 and ARM at the moment. |
@erozenfeld we can close this now, right? |
Fixed by #341. |
For x64 it uses JIT_TailCall jithelper to implement the above which is not getting used for arm64 yet.
category:cq
theme:tail-call
skill-level:intermediate
cost:medium
The text was updated successfully, but these errors were encountered: