implement least-recently-used page replacement scheme in place of the
authornealcrook <neal@pippaluk.org.uk>
Tue, 22 Nov 2016 22:25:29 +0000 (22:25 +0000)
committernealcrook <neal@pippaluk.org.uk>
Tue, 22 Nov 2016 22:25:29 +0000 (22:25 +0000)
commit1808fc58691cf71736787d5f9b81bdd26d52b498
tree49958101b45c5e3075c1a68aafa3114eb3972066
parentafe5f3b3a9225a0ac93b6bc5aa7e4f2bbc411564
implement least-recently-used page replacement scheme in place of the
fixed scheme used during debug. Removed per-page access count which I
formerly considered using as part of the replacement algo.
Applications/BCPL/icint.c