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] Improve chrec_convert PR/21861 and PR/18403


On Tue, Jun 07, 2005 at 08:14:12PM +0200, Sebastian Pop wrote:

> PS: I'm not happy with the following change, because this could be
> done more transparently on demand, without systematically analyzing
> all the loops for estimating their niter:
> 
> 	(execute_vrp): Call estimate_numbers_of_iterations for refining the 
> 	information provided by scev analyzer.
> 
How difficult would be to provide such an interface?  Since it
can be called several times for the same loop, it should do
nothing on subsequent calls.

In the meantime, unless the call to e_n_o_i is too expensive, I
don't have a problem with the VRP bits.


Diego.


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