From owner-cvs-all Tue Jun 18 12:37: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D155837B403; Tue, 18 Jun 2002 12:37:02 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5IJb2Q87876; Tue, 18 Jun 2002 12:37:02 -0700 (PDT) (envelope-from dillon) Message-Id: <200206181937.g5IJb2Q87876@freefall.freebsd.org> From: Matt Dillon Date: Tue, 18 Jun 2002 12:37:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_object.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2002/06/18 12:37:02 PDT Modified files: (Branch: RELENG_4) sys/vm vm_object.c Log: MFC 1.201 - add a sequential iteration optimization to vm_object_page_clean(). This greatly improves msync() and VM object flushing and greatly improves cpu overheads related to VM object flushing on large objects. Yahoo has been running this patch set since March (and it has also been in -current since March). Revision Changes Path 1.171.2.6 +195 -76 src/sys/vm/vm_object.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message