http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45352
Andrey Belevantsev <abel at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #22050|0 |1 is obsolete| | --- Comment #17 from Andrey Belevantsev <abel at gcc dot gnu.org> 2010-11-03 12:23:09 UTC --- Created attachment 22248 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22248 Updated patch The updated patch is posted at http://gcc.gnu.org/ml/gcc-patches/2010-11/msg00273.html. It is simpler as we now agreed that the scheduler should not issue more than issue_rate insns, so we fix the resetting loop itself instead of the core scheduler, retaining the needed bits from the previous patch.