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: [tcb] Value Range Propagation


Andrew Haley wrote:
Diego Novillo writes:
 > This pass is essentially the same as constant propagation, except
 > that instead of propagating single values, we propagate value
 > ranges.

Thanks, Diego!  I really wanted this in order to get bounds check
elimination working for Java.  I'll see if it does that.

I wouldn't be surprised if it needs a little tweaking. I will be evaluating this and elimination of redundant mudflap instrumentation in the next few days.


Diego.



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