Review Board 2.0.15


ARM: Make all ARM uops delayed commit.

Review Request #279 - Created Oct. 26, 2010 and submitted

Information
Ali Saidi
gem5
Reviewers
Default
ARM: Make all ARM uops delayed commit.

   
Posted (Oct. 27, 2010, 7:18 a.m.)
It looks like you used it properly in the diff, but you're not making -all- uops delayed commit as you commit message suggests, only the ones that aren't the last uop in the macroop. Moving setDelayedCommit into the static inst like you did to be symmetric with setLastMicroop (or at least I assume that's why) is probably the right thing to do.