When did paging get into System V

Doug Gwyn gwyn at brl-smoke.ARPA
Fri May 13 05:42:14 AEST 1988


In article <382 at cloud9.UUCP> bob at cloud9.UUCP (Bob Toxen) writes:
>About five years after Berkeley came out with it!

So?  Performance tests showed no significant performance advantage of
demand paging over the then-current UNIX System V scheme of partial
swapping.  It was not until the additional advantages of an organized
scheme like the UNIX System V region-oriented approach became apparent
(e.g. shared libraries) that there was reason enough to implement it.
Conversations I've had with kernel implementors indicate that, modulo
a few glitches that can be readily corrected, the UNIX System V scheme
(which resembles VMS's) is on the right track, and that Babaoglu's
scheme embedded in 4BSD often has to be totally replaced.  (Sun
designed their original memory management hardware to look virtually
the same as the VAX's, to avoid this.  Not everyone has had that option.)



More information about the Comp.unix.wizards mailing list