Branch target buffers
Instead of jus storing the branch-prediction if we could store the predicted address then we could bring the branch stall even further (to 0).
In DLX branch prediction buffer is accesses during the ID cycle. So at the end of ID we know branch target address and branch fall-thru address, and the prediction.
Include a branch-target buffer. Used during IF.