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
Cache coloring
(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 for increasing efficiency in computer memory allocation}} In [[computer science]], '''cache coloring''' (also known as '''page coloring''') is the process of attempting to allocate free [[page (computer science)|pages]] that are contiguous from the [[CPU cache]]'s point of view, in order to maximize the total number of pages cached by the processor. Cache coloring is typically employed by low-level [[dynamic memory allocation]] code in the [[operating system]], when mapping [[virtual memory]] to [[physical memory]]. A virtual memory subsystem that lacks cache coloring is less deterministic with regards to cache performance, as differences in page allocation from one program run to the next can lead to large differences in program 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)