linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* page coloring
@ 1999-02-11 22:02 Chuck Lever
  0 siblings, 0 replies; only message in thread
From: Chuck Lever @ 1999-02-11 22:02 UTC (permalink / raw)
  To: linux-mm; +Cc: linux-kernel

i've been looking more at page coloring.  there's an excellent thesis on
the topic:

William L. Lynch, "The Interaction of Virtual Memory and Cache Memory,"
Technical Report CSL-TR-93-587, Computer Systems Laboratory, Department of
Electrical Enginerring and Computer Science, Standford University, October
1993.

you can find postscript at: 
	ftp://umunhum.stanford.edu/tr/lynch.thesis.ps.Z

Lynch describes virtual memory and cache memory interactions, and provides
a taxonomy of coloring algorithms.  he then demonstrates, using
simulations and statistics, which algorithms are most effective at
reducing mean miss rate and inter-run variation.  finally, he measures
changes in virtual memory behavior (e.g. page fault rate and effective
memory utilization).

Lynch shows that there are only two algorithms worth considering, and
neither of them is very complex. i think the hard part will be efficiently
managing multiple buckets of free frames of the same color, given the
lengths to which the Linux page allocator goes to achieve performance.

	- Chuck Lever
--
corporate:	<chuckl@netscape.com>
personal:	<chucklever@netscape.net> or <cel@monkey.org>

--
To unsubscribe, send a message with 'unsubscribe linux-mm my@address'
in the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://humbolt.geo.uu.nl/Linux-MM/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-02-11 22:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-11 22:02 page coloring Chuck Lever

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox