GATE 1995
August 1, 2024Machine-Instructions
August 1, 2024Computer-Organization
Question 28
|
Register renaming is done in pipelined processors
as an alternative to register allocation at compile time
|
|
for efficient access to function parameters and local variables
|
|
to handle certain kinds of hazards
|
|
as part of address translation
|
Question 28 Explanation:
Register renaming is used to eliminate hazards that arise due to WAR (Write After Read) and WAW(Write After Write) dependencies. Hence option C is the answer.
Correct Answer: C
Question 28 Explanation:
Register renaming is used to eliminate hazards that arise due to WAR (Write After Read) and WAW(Write After Write) dependencies. Hence option C is the answer.