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: [patch] tree-ssa-dom.c: Use VEC(vrp_element_p,heap) instead ofVARRAY.


On Wed, 2005-04-27 at 13:01 -0400, Diego Novillo wrote:
> On Wed, Apr 27, 2005 at 12:19:51PM -0400, Kazu Hirata wrote:
> 
> > Well, we can probably feed DOM similar information using
> > SSA_NAME_VALUE_RANGE.
> > 
> If DOM doesn't use the VRP info for jump threading,
It will try to use DOM's VRP for jump threading.  However, I suspect
it is the case that VRP information is typically not the deciding
factor whether or not to thread a jump.  It wouldn't be terribly
hard to instrument DOM to tells us how often it threads a jump using
VRP information.

Jeff



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