This is the mail archive of the gcc-bugs@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]

[Bug rtl-optimization/72855] Long compile time due to integrity checking during dataflow analysis per loop


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72855

--- Comment #13 from amker at gcc dot gnu.org ---
(In reply to Bill Schmidt from comment #10)
> Some experiments on trunk:
> 
> - Using Bin's patch, I see compile time reduced to ~14 minutes.
> - Using Richi's patch, I see compile time reduced to ~9 minutes.
> 
> So both are quite helpful compared to somewhere around 2 hours.
> 
> I'll plan to implement the pre-approved patch, but first I want to try to
> dig into why flag_checking appears to have an unexpected value.

Hi, could you help bootstrap/test the patch please?  I don't have machine with
doloop optimization at hand.  If test is ok, the patch should be helpful in
addition to the other one, because it's in effect moving cheaper checks before
expensive one.  Thanks.

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