Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Nov 1996 18:38:37 -0800 (PST)
From:      John Dyson <dyson>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/vm vm_kern.c vm_page.c
Message-ID:  <199611170238.SAA18272@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dyson       96/11/16 18:38:35

  Modified:    sys/vm    vm_kern.c vm_page.c
  Log:
  Improve the locality of reference for variables in vm_page and
  vm_kern by moving them from .bss to .data.  With this change,
  there is a measurable perf improvement in fork/exec.
  
  Revision  Changes    Path
  1.28      +14 -14    src/sys/vm/vm_kern.c
  1.71      +13 -13    src/sys/vm/vm_page.c



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