cvs commit: src/sys/vm swap_pager.c

David Schultz das at FreeBSD.ORG
Tue Jul 22 16:30:49 PDT 2003


On Tue, Jul 22, 2003, Poul-Henning Kamp wrote:
>   Remove all but one of the inlines here, this reduces the code size by
>   2032 bytes and has no measurable impact on performance.

Whew!  This is far less contentious than your last commit, mostly
since swap performance isn't critical.  There's actually no good
reason for swp_pager_force_pagein() to be inline, either, but it
can't hurt given that there's only one call site.


More information about the cvs-all mailing list