Implement register renaming
howardlau1999 opened this issue · 0 comments
howardlau1999 commented
Register renaming is a common feature among modern processors; it can improve throughput by reducing structure hazards.
We need to keep track of the status of physical registers and assign free registers to logical registers when needed.