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 allocation
(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|Computer compiler optimization technique}} {{use dmy dates|cs1-dates=ly|date=October 2021}} In [[compiler optimization]], '''register allocation''' is the process of assigning local [[automatic variable]]s and [[Expression (computer science)|expression]] results to a limited number of [[processor register]]s. Register allocation can happen over a [[basic block]] (''local register allocation''), over a whole function/[[Subroutine|procedure]] (''global register allocation''), or across function boundaries traversed via call-graph (''interprocedural register allocation''). When done per function/procedure the [[calling convention]] may require insertion of save/restore around each [[Call site|call-site]].
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)