Re: Free ipa-prop edge summaries for inline calls

2019-11-13 Thread Jan Hubicka
> On 11/12/19 11:07 PM, Martin Jambor wrote: > > Since ipa_node_params_sum->get might be a bit too long, perhaps we could > > use ipcp_node_sum->get or something similar. And similarly for edges. > > > > What do you think? > > I'm for the suggested change! Yes, I like it too (and was about to s

Re: Free ipa-prop edge summaries for inline calls

2019-11-13 Thread Martin Liška
On 11/12/19 11:07 PM, Martin Jambor wrote: Since ipa_node_params_sum->get might be a bit too long, perhaps we could use ipcp_node_sum->get or something similar. And similarly for edges. What do you think? I'm for the suggested change! Martin

Re: Free ipa-prop edge summaries for inline calls

2019-11-12 Thread Martin Jambor
On Sun, Oct 27 2019, Jan Hubicka wrote: > Hi, > this patch makes ipa-prop to free edge summaries (jump functions) for > calls which has been inlined because they are no longer useful. > The main change is to change IPA_EDGE_REF from get_create to get > and thus we need to watch for missing summaire

Re: Free ipa-prop edge summaries for inline calls

2019-10-27 Thread Jan Hubicka
> Hi, > this patch makes ipa-prop to free edge summaries (jump functions) for > calls which has been inlined because they are no longer useful. > The main change is to change IPA_EDGE_REF from get_create to get > and thus we need to watch for missing summaires at some places so > combining -O0 and