Delay slot
COMPUTER INSTRUCTION SLOT THAT GETS EXECUTED WITHOUT THE EFFECTS OF A PRECEDING INSTRUCTION
Branch delay slot; Delayed branch logic; Load delay slot
In computer architecture, a delay slot is an instruction slot being executed without the effects of a preceding instruction. The most common form is a single arbitrary instruction located immediately after a branch instruction on a RISC or DSP architecture; this instruction will execute even if the preceding branch is taken.