From owner-cvs-sys Wed Mar 27 20:22:41 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA27822 for cvs-sys-outgoing; Wed, 27 Mar 1996 20:22:41 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA27801 Wed, 27 Mar 1996 20:22:22 -0800 (PST) Date: Wed, 27 Mar 1996 20:22:22 -0800 (PST) From: John Dyson Message-Id: <199603280422.UAA27801@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_map.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/03/27 20:22:21 Modified: sys/vm vm_map.c Log: More map_simplify fixes from Alan Cox. This very significanly improves the performance when the map has been chopped up. The map simplify operations really work now. Reviewed by: dyson Submitted by: Alan Cox Revision Changes Path 1.40 +28 -29 src/sys/vm/vm_map.c