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: PR c++/5504: Optimization breaks wei-ku-1 from blitz


On Tue, Apr 16, 2002 at 05:54:48PM +0200, Jan Hubicka wrote:
> Zdenek has patch to kill the BASIC_BLOCK array that will hopefully
> handle this once forever.

Yep.

> Similar problem lies in crossjumping and other cfg_cleanup
> simplifications that can run into similar quadratic cases.

Maybe.  I think the very first delete_unreachable_blocks call
is pretty much always going to get the worst of it.


r~


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