KERNEL SPEEDUP #1
authorPoul-Henning Kamp <phk@FreeBSD.org>
Thu, 28 Nov 1991 00:00:00 +0000 (00:00 +0000)
committerPoul-Henning Kamp <phk@FreeBSD.org>
Thu, 28 Nov 1991 00:00:00 +0000 (00:00 +0000)
commit58c5bdc76da2751150df18714b2f2ab0589abbfd
treeec1a86b6fb9d51784e971f068baf146baf977ed9
parentfcf9baf05a04a8802d65889e5419cb0329f63789
KERNEL SPEEDUP #1

This patch cuts a quite large chunk of the processing in the
kernel. For some unfortunate reasons pmap.c is a focal point from a
performance point of view, this patch improves things a bit, but it is
still the most used routine in the kernel.  The 16.6% is actually the
percentage 'system-time' is cut when doing a make kernel on my machine.

AUTHOR: Poul-Henning Kamp
386BSD-Patchkit: patch00063
usr/src/sys.386bsd/i386/i386/pmap.c
usr/src/sys.386bsd/vm/vm_pager.c