CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/03/24 10:29:42
Modified files:
sys/uvm : uvm_page.c uvm_page.h
Log message:
vm_physseg_find and VM_PAGE_TO_PHYS are both called many times in your
average arch port. They are also inline. This does not help, de-inline them.
shaves about 1k on i386 and amd64 bsd.mp. Probably similar amounts of
most architectures.
"no issue" beck@ "Nuke nuke nuke... make them functions" weingart@ "this
is good" art@
