Date: Mon, 25 Feb 2002 08:37:59 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/smp index.sgml Message-ID: <200202251637.g1PGbxn89112@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2002/02/25 08:37:59 PST Modified files: en/smp index.sgml Log: o Add the pipe implementation to the list of targets to lock. It isn't mentioned in the list because details aren't, but this is complicated by the presence of VM magic in the pipe implementation. However, VM isn't involved in small pipe operations, and small pipe operations are critical to the performance of large build operations involving make. It looks like pushing small pipe operations out from under giant would have a large impact on build performance, making this an appealing target as file_ops becomes safe. Revision Changes Path 1.18 +8 -1 www/en/smp/index.sgml 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?200202251637.g1PGbxn89112>