From owner-cvs-sys Sun Sep 29 11:41:25 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA14934 for cvs-sys-outgoing; Sun, 29 Sep 1996 11:41:25 -0700 (PDT) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA14882; Sun, 29 Sep 1996 11:41:21 -0700 (PDT) Received: (from root@localhost) by dyson.iquest.net (8.7.5/8.6.9) id NAA07712; Sun, 29 Sep 1996 13:40:56 -0500 (EST) From: "John S. Dyson" Message-Id: <199609291840.NAA07712@dyson.iquest.net> Subject: Re: cvs commit: src/sys/vm vm_object.c vm_object.h vm_page.c vm_pageout.c To: ache@nagual.ru (=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=) Date: Sun, 29 Sep 1996 13:40:56 -0500 (EST) Cc: dyson@freebsd.org, dyson@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <199609291000.NAA00769@nagual.ru> from "=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=" at Sep 29, 96 01:00:51 pm Reply-To: dyson@freebsd.org X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sys@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Fix some redundancy in the page coloring code. Also, support > > contiguous allocation of memory in objects (if the system doesn't > > have to do anything special), if all else is equal. > > BTW, what is "page coloring"? Do you know any papers (URLs) available? > I have some TR pointers handy: Stanford University (Online): CSL-TR-90-454, CSL-TR-91-492 ACM Transactions on Computer Systems (Can't find online): Vol 10, No 4, Nov 1992 Page Placement Alogrithms for Large Real-Indexed Caches A good place to search for TRs: www.ncstrl.org John