Comment by ralferoo

18 days ago

It's not quite true to same NOPs were required. It was fairly common to just reorder instructions so that the branch instruction was just moved one forward so that the following instruction would execute before the branch target.

This also wasn't that uncommon. Sparc also had a delay slot that operated similarly to MIPS.