> 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
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
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
> 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