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] Speed up tree-ssa-ccp


On Sun, 2003-06-15 at 03:19, law@redhat.com wrote:
> One of Gerald's testcases exposed that CCP can do a lot of unnecessary
> in some cases.
> 
Cool.  I was working along similar lines, but also included regular
statements in the check.  I'm testing a patch that marks statements so
that we don't visit them again if their value has been proven VARYING or
if they are just not interesting for CCP (i.e., they produce no value). 
The patch covers the check that you made here.  Would you mind if I
changed this test slightly?


Thanks.  Diego.


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