Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Register renaming
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Technique that abstracts logical registers from physical registers}} {{Multiple issues| {{More footnotes|date=September 2014}} {{Lead too short|date=August 2015}} }} In [[computer architecture]], '''register renaming''' is a technique that abstracts logical [[processor register|register]]s from physical registers. Every logical register has a set of physical registers associated with it. When a [[machine language]] instruction refers to a particular logical register, the processor transposes this name to one specific physical register on the fly. The physical registers are opaque and cannot be referenced directly but only via the canonical names. This technique is used to eliminate false [[Data dependency|data dependencies]] arising from the reuse of registers by successive [[Instruction (computer science)|instructions]] that do not have any real data dependencies between them. The elimination of these false data dependencies reveals more [[instruction-level parallelism]] in an instruction stream, which can be exploited by various and complementary techniques such as [[superscalar]] and [[out-of-order execution]] for better [[Computer performance|performance]].
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)