[PING^3] Re: [PATCH v7 1/9] Improve must tail in RTL backend

2024-06-20 Thread Andi Kleen
Andi Kleen writes: PING^3 for the musttail patchkit at https://gcc.gnu.org/pipermail/gcc-patches/2024-June/653319.html (except the C++ patch which got approved) Thanks! -Andi > Andi Kleen writes: > > PING^2 > >> Need reviewers for the tree and middle-end parts, as well as the C frontend. >>

Re: [PING^2] Re: [PATCH v7 1/9] Improve must tail in RTL backend

2024-06-14 Thread Andi Kleen
Andi Kleen writes: PING^2 > Need reviewers for the tree and middle-end parts, as well as the C frontend. > > Thanks! > > -Andi

[PING] Re: [PATCH v7 1/9] Improve must tail in RTL backend

2024-06-09 Thread Andi Kleen
Need reviewers for the tree and middle-end parts, as well as the C frontend. Thanks! -Andi

[PATCH v7 1/9] Improve must tail in RTL backend

2024-06-02 Thread Andi Kleen
- Give error messages for all causes of non sibling call generation - When giving error messages clear the musttail flag to avoid ICEs - Error out when tree-tailcall failed to mark a must-tail call sibcall. In this case it doesn't know the true reason and only gives a vague message. PR8332