From owner-cvs-sys Sat Dec 28 14:40:53 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA28602 for cvs-sys-outgoing; Sat, 28 Dec 1996 14:40:53 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA28585; Sat, 28 Dec 1996 14:40:49 -0800 (PST) Date: Sat, 28 Dec 1996 14:40:49 -0800 (PST) From: John Dyson Message-Id: <199612282240.OAA28585@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_mmap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/12/28 14:40:46 Modified: sys/vm vm_mmap.c Log: The code unnecessarily created an object with no handle up-front, which has the negative effect of disabling some map optimizations. This patch defers the creation of the object until it needs to be at fault time. Submitted by: Alan Cox Revision Changes Path 1.56 +10 -5 src/sys/vm/vm_mmap.c