Register renaming is done in pipelined processors
2025
Register renaming is done in pipelined processors
- A.
as an alternative to register allocation at compile time
- B.
for efficient access to function parameters and local variables
- C.
to handle certain kinds of hazards
- D.
as part of address translation
Attempted by 53 students.
Show answer & explanation
Correct answer: C
Register renaming is a hardware technique used in pipelined processors to eliminate false dependencies (WAR and WAW hazards) by mapping architectural registers to a larger set of physical registers.