Cache Coloring - Implementations

Implementations

This code adds a significant amount of complexity to the virtual memory allocation subsystem, but the result is well worth the effort. Page coloring makes virtual memory as deterministic as physical memory in regard to cache performance. Page coloring is employed in operating systems such as Solaris, FreeBSD, NetBSD, and Windows NT.

Read more about this topic:  Cache Coloring