https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92860

--- Comment #8 from Jan Hubicka <hubicka at ucw dot cz> ---
> @Richi:
> 
> About the param_max_fields_for_field_sensitive:
> Do I understand it correctly that the param is used in IPA PTA for global
> variables? If so, we can't easily use Optimization keyword as the param value
> will not make sense to be different for different functions.
There is global var use_field_sensitive which IMO needs to go but
otherwise I think PTA should always analyze an assignment that is
withing some function. So it can always query the OPTIMIZATION node of
the function the statement lives in.

Honza

Reply via email to