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: Java segfault in predict.c


On Wed, May 29, 2002 at 10:06:01PM +0200, Zdenek Dvorak wrote:
> But what is more interesting: first and last fields are not used for
> anything meaningful anywhere (for dumping info about loops in cfgloop
> and loop.h; the only place where it plays any role is in predict.c to
> make iterating over loop in estimate_probability faster -- and it will
> be removed once (if?) we merge the loop changes from cfgbranch.

Now that _is_ interesting.  In which case, leave the search
loop for now, and we'll see if we can get rid of them entirely.
I hope to get to the patches Jan has posted soon...


r~


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