Re: [PATCH] Respect --param ipa-max-agg-items=0

2016-05-16 Thread Jeff Law
On 05/11/2016 09:46 AM, Martin Jambor wrote: Hi, when analyzing PR 70646, I found out that --param ipa-max-agg-items=0 does not prevent creation of aggregate jump functions because it is checked only after the first such jump function is created. The following patch fixes that by checking the p

[PATCH] Respect --param ipa-max-agg-items=0

2016-05-11 Thread Martin Jambor
Hi, when analyzing PR 70646, I found out that --param ipa-max-agg-items=0 does not prevent creation of aggregate jump functions because it is checked only after the first such jump function is created. The following patch fixes that by checking the parameter before starting the whole analysis. B