Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Dec 2006 20:14:43 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_object.c
Message-ID:  <200612172014.kBHKEhVk013387@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612172014.kBHKEhVk013387>