[Bug tree-optimization/68654] [6 Regression] CoreMark Pro performance degradation

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Dec 2 15:14:00 GMT 2015


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

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
Interesting the only effect could be different GC allocation pattern because
the non-splice variant may end up re-allocating the target vector multiple
times.  But this alone should never change code generation.

So - can you share a preprocessed file where code generation changes with
this revision?


More information about the Gcc-bugs mailing list