The future calculus of memory management
Posted Jan 24, 2012 8:27 UTC (Tue) by
jzbiciak (
✭ supporter ✭, #5246)
In reply to:
The future calculus of memory management by cesarb
Parent article:
The future calculus of memory management
It's describing instructions that implement a stricter form of madvise(..., MADV_DONTNEED) and madvise(..., MADV_WILLNEED) I believe. As described, these are verbs, not adjectives.
The main difference, if I understood correctly, is that they're not just advice. If I PageOffline a given page, it strictly goes away until I explicitly PageOnline that same page.
(
Log in to post comments)