Date: Wed, 23 Jul 2003 12:49:32 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c Message-ID: <200307231949.h6NJnWEh028309@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2003/07/23 12:49:32 PDT FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/i386/i386 pmap.c Log: Annotate pmap_changebit() as __always_inline. This function was written as a template that when inlined is specialized for the caller through constant value propagation and dead code elimination. Thus, the specialized code that is generated for pmap_clear_reference() et al. avoids several conditional branches inside of a loop. Revision Changes Path 1.424 +2 -1 src/sys/amd64/amd64/pmap.c 1.419 +2 -1 src/sys/i386/i386/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307231949.h6NJnWEh028309>