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