-
Notifications
You must be signed in to change notification settings - Fork 22
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
tail call (LLVM-266) #72
Comments
the current code just ignores the
|
|
Hi @yamt ! Thank you for comment, we have a plans about "tail call" implementation. |
are you implying a general implementation is possible? how? just curious. when caller and callee happen to have the same frame size, maybe you can make it jump into callee+3. |
Hello @andreisfr do you know what is the status for tail call? |
there is a todo comment about tail call optimization:
llvm-project/llvm/lib/Target/Xtensa/XtensaISelLowering.cpp
Lines 1039 to 1040 in 6ef2689
do you have any plans or ideas about implementation?
i understand that it isn't straightforward with the windowed abi.
The text was updated successfully, but these errors were encountered: