Change direction of swap in/out to forward, so that core is read/written in deque...
authorNick Downing <nick@ndcode.org>
Sun, 31 Mar 2019 02:40:20 +0000 (13:40 +1100)
committerNick Downing <nick@ndcode.org>
Sun, 31 Mar 2019 02:40:20 +0000 (13:40 +1100)
commitd64361de14c2d3df2a56c69ac7ce693ac6eb6151
treeaafbb2f79e5d8106e0a0a00f90d1c7efd43dcbb1
parentcbbd0ce3e568cc974c5f8cb2345830ab269b7b1a
Change direction of swap in/out to forward, so that core is read/written in deque fashion (when swapping out, pop off the base, when swapping in, push onto the base) whereas swap is read/written in file fashion (when swapping out, append to the limit, when swapping in, truncate the limit), allows a swap-to-inode mode
core.h
pool.c
process.c
process_test_run.c
swap.c
swap.h