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


Hello.

> > > Again, this seems like a real opportunity to want to rely on
> > > monotonicly increasing indicies...
> > 
> > Why?
> 
> So that we don't have to search for the start, obviously. 
> It'll be the lowest numbered block.

But if you want this, it should be sufficient to put compact_blocks
to the begining of flow_loops_find (the loop discovery code does not
change basic blocks).

Zdenek


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