> :Hi,
> :
> :How does the UVM system compare to the VM system in FreeBSD?  Are there
> :any benchmark tests or research results in this area?

speaking of virtual memory: a student of mine here finally completed
an implementation of a compressed VM system, running on 3.x
If anyone is interested in looking at this I can cleanup the code
and prepare a patchfile.

Pages candididates to pageout are tentatively compressed using a
very fast algorithm (basically a zero-removal thing, i have
a small paper on this on OSR April'97 issue, see
my web page http://www.iet.unipi.it/~luigi/research.html)
and if they give good compression the page is not sent to disk
but saved to an area of ram set aside for the purpose.

It turns out that many programs (netscape etc. but perhaps compilers
as well, we haven't played too much with it) tend to leave pages
rather empty so the compression succeeds in many cases.

Of course we tried to preserve the advantages of clustering etc
(so we don't bother going through compression if many adjacent
pages go to disk anyways).

        cheers
        luigi
-----------------------------------+-------------------------------------
  Luigi RIZZO, [EMAIL PROTECTED]  . Dip. di Ing. dell'Informazione
  http://www.iet.unipi.it/~luigi/  . Universita` di Pisa
  TEL/FAX: +39-050-568.533/522     . via Diotisalvi 2, 56126 PISA (Italy)
  Mobile   +39-347-0373137
-----------------------------------+-------------------------------------


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to