<div><br></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 19 Jan 2020 at 6:48 PM Valdis Klētnieks <<a href="mailto:valdis.kletnieks@vt.edu">valdis.kletnieks@vt.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sun, 19 Jan 2020 12:45:57 +0000, Anupam Kapoor said:<br>
<br>
> > Note that in this case, "naively" includes "not remembering to consider<br>
> > that the page being unmapped may have contained data we'd rather<br>
> > have kept by flushing the page to disk" :)<br>
><br>
> but is it that bad ?<br>
><br>
> before marking a page unmappable, the application has full control<br>
> over what it wants to do with the data, and can choose to dump it<br>
> to the appropriate destination.<br>
<br>
Yes, but now you're getting into more code that has to be written, including<br>
code to marshal things like binary trees into a savable format, and more code<br>
to read them back at a later time. Plus all the fun if the tree has hundreds of thousands<br>
or millions of entries, and how to deal with it if some parts of the tree have been<br>
released and saved to disk, or if the 4K page contained members of several different<br>
data structures - in other words, you probably just decided to write your own backing store,<br>
garbage collector, and virtual object manager for your heap.<br>
<br>
As I said - it's a naive approach that ends up following the 90/10 rule:<br>
the easy 90% of it takes the first 90% of the time to code it, and the difficult<br>
10% takes the other 90% of the time... :)</blockquote><div dir="auto"><br></div><div dir="auto">well sure, if you try to replicate everything that exists below libc, then there is little hope.</div><div dir="auto"><br></div><div dir="auto">however if your application’s data can be serialized/deserialized, then i _suspect_ it might not be too much of work. </div><div dir="auto"><br></div><div dir="auto">for example, if i am maintaining l2 forwarding table entries then it might be possible to have, on an average fixed number of pages representing this cache...</div><div dir="auto"><br></div><div dir="auto">—</div><div dir="auto">kind regards </div><div dir="auto">anupam </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
</blockquote></div></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><font face="monospace, monospace">In the beginning was the lambda, and the lambda was with Emacs, and Emacs was the lambda. </font></div></div></div>