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/68654] [6 Regression] CoreMark Pro performance degradation


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

--- Comment #23 from Jeffrey A. Law <law at redhat dot com> ---
I don't think it's worth the effort to try and keep that list sorted.  I think
we can get what we want with a single walk over the IL just before coalescing. 
 That addresses the stability issue.

Then we will obviously want to look at whether or not there's something we're
missing in the coalescer.  Maybe there's a reasonable tie-breaker that needs to
be added or some such. But until we have stability in the coalescing phase,
it's rather pointless to spend much effort on the coalescing algorithm as the
results may easily be skewed by the instabilities.

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