cvs commit: src/sys/vm vm_object.c

Alan Cox alc at FreeBSD.org
Sun Dec 17 12:14:44 PST 2006


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


More information about the cvs-src mailing list