Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 1995 22:57:14 -0700
From:      David Greenman <davidg>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/vm vm_object.c vm_object.h
Message-ID:  <199505020557.WAA20701@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
davidg      95/05/01 22:57:12

  Modified:    sys/vm    vm_object.c vm_object.h
  Log:
  Changed object hash list to be a list rather than a tailq. This saves
  space for the hash list buckets and is a little faster. The features
  of tailq aren't needed. Increased the size of the object hash table
  to improve performance. In the future, this will be changed so that
  the table is sized dynamically.



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