Hi,
On Sun, Jul 12, 2015 at 11:39:55PM +0200, Paolo Bonzini wrote:
> From: bonz...@gnu.org
>
> In this PR, a lot of time is spent doing the same ipa_load_from_parm_agg
> query over and over. Luckily a memoization scheme is already there, it's
> just not used by ipa-inline-analysis.c. The patch
From: bonz...@gnu.org
In this PR, a lot of time is spent doing the same ipa_load_from_parm_agg
query over and over. Luckily a memoization scheme is already there, it's
just not used by ipa-inline-analysis.c. The patch moves the cache struct
(struct func_body_info) to ipa-prop.h and modify ipa-in