Tomasulo's algorithm: Difference between revisions

Content deleted Content added
Line 32:
#When all operands are available, then: if the instruction is a load or store
##Compute the effective address when the base register is available, and place it in the load/store buffer
## 
##*If the instruction is a load then: execute as soon as the memory unit is available
##*Else, if the instruction is a store then: wait for the value to be stored before sending it to the memory unit