Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 1996 14:40:49 -0800 (PST)
From:      John Dyson <dyson>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/vm vm_mmap.c
Message-ID:  <199612282240.OAA28585@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dyson       96/12/28 14:40:46

  Modified:    sys/vm    vm_mmap.c
  Log:
  The code unnecessarily created an object with no handle up-front, which
  has the negative effect of disabling some map optimizations.  This
  patch defers the creation of the object until it needs to be at fault time.
  Submitted by:	Alan Cox <alc@cs.rice.edu>
  
  Revision  Changes    Path
  1.56      +10 -5     src/sys/vm/vm_mmap.c



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