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 tree-optimization/64058] [5/6 Regression] Performance degradation after r216304


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

--- Comment #19 from Jeffrey A. Law <law at gcc dot gnu.org> ---
Author: law
Date: Fri Mar 11 21:07:31 2016
New Revision: 234149

URL: https://gcc.gnu.org/viewcvs?rev=234149&root=gcc&view=rev
Log:
        PR tree-optimization/64058
        * tree-ssa-coalesce.c (struct coalesce_pair): Add new field INDEX.
        (num_coalesce_pairs): Move up earlier in file.
        (find_coalesce_pair): Initialize the INDEX field for each pair
        discovered.
        (compare_pairs): No longer sort on the elements in each pair.
        Instead break ties with the index of the coalesce pair.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-ssa-coalesce.c

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