[Bug tree-optimization/42216] [4.5 Regression] rev 15458[78] regress 464.h264ref peak 20%
bernds_cb1 at t-online dot de
gcc-bugzilla@gcc.gnu.org
Tue Dec 1 15:27:00 GMT 2009
------- Comment #5 from bernds_cb1 at t-online dot de 2009-12-01 15:26 -------
Code generation changes are expected for two reasons - the code became less
conservative when determining conflicts with other registers, so we can usually
rename in more cases. There are also a few cases where we have to give up on
renaming due to multiword hard register overlaps we can't track.
Unfortunately I don't have access to spec; I'll have to think about how to
track this down.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42216
More information about the Gcc-bugs
mailing list