alc         2006-12-17 20:14:43 UTC
  FreeBSD src repository
  Modified files:
    sys/vm               vm_object.c 
  Log:
  Optimize vm_object_split().  Specifically, make the number of iterations
  equal to the number of physical pages that are renamed to the new object
  rather than the new object's virtual size.
  
  Revision  Changes    Path
  1.371     +14 -9     src/sys/vm/vm_object.c