Date: Tue, 2 Feb 1999 17:57:17 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_map.c vm_object.c Message-ID: <199902030157.RAA68189@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 1999/02/02 17:57:17 PST
Modified files:
sys/vm vm_map.c vm_object.c
Log:
Submitted by: Alan Cox
The vm_map_insert()/vm_object_coalesce() optimization has been extended
to include OBJT_SWAP objects as well as OBJT_DEFAULT objects. This is
possible because it costs nothing to extend an OBJT_SWAP object with
the new swapper. We can't do this with the old swapper. The old swapper
used a linear array that would have had to have been reallocated, costing
time as well as a potential low-memory deadlock.
Revision Changes Path
1.147 +8 -7 src/sys/vm/vm_map.c
1.143 +3 -2 src/sys/vm/vm_object.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902030157.RAA68189>
