Re: [RFC] Return Value Propagation in IPA-CP

2024-10-17 Thread Dhruv Chawla via Gcc
Hi, Thanks for the reply! On 16/10/24 20:25, Martin Jambor wrote: External email: Use caution opening links or attachments Hello, first and foremost, sorry for a late reply. I needed to take a larger leave of absence for family reasons. Comments inline: On Thu, Aug 22 2024, Dhruv Chawla v

Re: [RFC] Return Value Propagation in IPA-CP

2024-10-16 Thread Martin Jambor
Hello, first and foremost, sorry for a late reply. I needed to take a larger leave of absence for family reasons. Comments inline: On Thu, Aug 22 2024, Dhruv Chawla via Gcc wrote: > * Table Of Contents * > > - Introduction > - Motivating Test Cases > - Proposed Solution > - Other Options > - Ex

Re: [RFC] Return Value Propagation in IPA-CP

2024-10-13 Thread Dhruv Chawla via Gcc
Ping! On 25/09/24 14:44, Dhruv Chawla via Gcc wrote: External email: Use caution opening links or attachments On 15/09/24 18:04, Jan Hubicka wrote: External email: Use caution opening links or attachments Ping (https://gcc.gnu.org/pipermail/gcc/2024-August/244625.html). Hi, Hi, Thanks

Re: [RFC] Return Value Propagation in IPA-CP

2024-09-25 Thread Dhruv Chawla via Gcc
On 15/09/24 18:04, Jan Hubicka wrote: External email: Use caution opening links or attachments Ping (https://gcc.gnu.org/pipermail/gcc/2024-August/244625.html). Hi, Hi, Thanks for the feedback! A few comments: * Proposed Solution * * Extending IPA-CP: 1. Add return jump function data s

Re: [RFC] Return Value Propagation in IPA-CP

2024-09-15 Thread Jan Hubicka via Gcc
> Ping (https://gcc.gnu.org/pipermail/gcc/2024-August/244625.html). Hi, > > * Proposed Solution * > > > > * Extending IPA-CP: > > > > 1. Add return jump function data structures > >   - This involves updating ipa_node_params to contain information > > regarding the > >     return statements of

Re: [RFC] Return Value Propagation in IPA-CP

2024-09-09 Thread Dhruv Chawla via Gcc
Ping (https://gcc.gnu.org/pipermail/gcc/2024-August/244625.html). On 22/08/24 11:32, Dhruv Chawla via Gcc wrote: External email: Use caution opening links or attachments * Table Of Contents * - Introduction - Motivating Test Cases - Proposed Solution - Other Options - Existing Solutions - Pri

Re: [RFC] Return Value Propagation in IPA-CP

2024-08-28 Thread Dhruv Chawla via Gcc
Ping (https://gcc.gnu.org/pipermail/gcc/2024-August/244625.html). On 22/08/24 11:32, Dhruv Chawla via Gcc wrote: External email: Use caution opening links or attachments * Table Of Contents * - Introduction - Motivating Test Cases - Proposed Solution - Other Options - Existing Solutions - Pri

[RFC] Return Value Propagation in IPA-CP

2024-08-21 Thread Dhruv Chawla via Gcc
* Table Of Contents * - Introduction - Motivating Test Cases - Proposed Solution - Other Options - Existing Solutions - Primary Optimizations To Be Improved - Front-End Attribute For Recording Return-Value Information - Future Work - References - Questions * Introduction * Return jump functions