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

--- Comment #7 from Jennifer Schmitz <jschmitz at gcc dot gnu.org> ---
For another regression in the Snappy workload
(https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119910), we found that it was
caused by an alignment issue. I added -falign-functions=32 -falign-loops=32
-falign-jumps=32 -falign-labels=32 to the compile flags and could not reproduce
the regressions seen below anymore.
Perf profiling of a run with BM_ZFlat/10/2 showed that the hot sections have
the same assembly sequences, but the addresses are shifted.

Reply via email to