Re: Interprocedural points-to analysis
On Thu, Sep 23, 2010 at 11:31 PM, Hongtao wrote: > Hi All, > > Has the interprocedural points-to analysis(pass-ipa-pta) been put into > practice, i.e. using the ipa points-to set to aid optimizations? Yes, it improves alias-analysis. The interface to optimizers is the same as loc
Interprocedural points-to analysis
Hi All, Has the interprocedural points-to analysis(pass-ipa-pta) been put into practice, i.e. using the ipa points-to set to aid optimizations? Thanks, Hongtao