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/13931] [3.3/3.4/3.5 Regression] combiner much slower on big basic blocks


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-07 20:53 -------
If someone could find the patch which make this slower I could do something about it.
There has only been one patch to combine after 3.3 which might have caused this:

2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>

        PR optimization/11637
        * combine.c (adjust_for_new_dest): New function to adjust the
        notes and LOG_LINKS when the dest of an insn has changed.
        (try_combine): Use it when deleting the first insn of a two-insn
        parallel or splitting a two-load parallel.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13931


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