Date: Sat, 7 Mar 1998 12:45:53 -0800 (PST) From: John Dyson <dyson@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys vmmeter.h src/sys/vm vm_fault.c Message-ID: <199803072045.MAA09198@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dyson 1998/03/07 12:45:53 PST Modified files: sys/sys vmmeter.h sys/vm vm_fault.c Log: Make vm_fault much cleaner by removing the evil macro inlines, and put alot of it's context into a data structure. This allows significant shortening of its codepath, and will significantly decrease it's cache footprint. Also, add some stats to vmmeter. Note that you'll have to rebuild/recompile vmstat, systat, etc... Otherwise, you'll get "very interesting" paging stats. Revision Changes Path 1.16 +3 -1 src/sys/sys/vmmeter.h 1.82 +209 -221 src/sys/vm/vm_fault.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803072045.MAA09198>