Re: Memory fragmentation?
Jean-Marc Desperrier <[email protected]> Fri, 16 Nov 2007 12:46:45 +0100
| Newsgroups | gmane.comp.mozilla.performance |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > [...] The only time that you are allowed to take a > carton and put it back on the shelf is when it 1. does not have any > eggs in it and 2. it was the last one that you took off the shelf. Under windows using VirtualAlloc / VirtualFree seems to be the way to get rid of the second restriction, which already makes things a lot easier. (see my other message for details). If you add to that the OS drops the page, so doesn't have to guess which page can be swapped out, doesn't have to physically write it to disk, it seems to be the way for great improvements.