This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa] Speeding things up


On Wed, 29 Jan 2003, Daniel Berlin wrote:

> By the by, if you had mentioned this problem on the public mailing list,
> you probably would have gotten a lot more help a lot quicker.
> I've mentioned this problem to Diego before, as well.
> 
And I never saw your patch to compute_may_aliases that traversed
PTA sets instead ;)

We only need to do the silly N^2 thing for PTA_NONE.  In fact,
today Jeff made some changes that should make it slightly better.
But, yes, with PTA_NONE we have no other choice but to do
guesswork.


Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]