Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 1996 19:56:30 -0700 (PDT)
From:      John Dyson <dyson>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/vm vm_mmap.c
Message-ID:  <199610240256.TAA02296@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

dyson       96/10/23 19:56:29

  Modified:    sys/vm    vm_mmap.c
  Log:
  Remove a bogus optimization in the mmap code.  It is superfluous,
  and at best is the same speed as the unoptimized code.  At worst, it
  slows down trivial programs.
  
  Revision  Changes    Path
  1.52      +5 -24     src/sys/vm/vm_mmap.c



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