kandeshvari / phantomuserland

Automatically exported from code.google.com/p/phantomuserland
GNU Lesser General Public License v3.0
1 stars 0 forks source link

don't shot clean pages #130

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If page is clean (no allocated objects, page is part of big unalloc space) we 
can safely skip it from being snapshotted - any previous snapshot data will do 
because no one will even access it except for allocator, and allocator accesses 
it write only - for dividing it into objects.

to do that allocator must inform paging about unused pages.

Original issue reported on code.google.com by dmitry.zavalishin@gmail.com on 19 Sep 2011 at 3:06