Date: Sun, 29 Dec 2002 03:14:41 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys _mutex.h Message-ID: <200212291114.gBTBEfR7028038@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2002/12/29 03:14:41 PST Modified files: sys/sys _mutex.h Log: Save 16 bytes per mutex if MUTEX_PROFILING is not defined. MUTEX_PROFILING is in opt_global.h, so this does not introduce a risk of variant structure sizes unless foreign kernel modules are used. This saved 16 bytes per vnode and 16 bytes per vm object for a total of 4MB on a 2GB machine. Idea from: alc Revision Changes Path 1.9 +6 -1 src/sys/sys/_mutex.h 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?200212291114.gBTBEfR7028038>