Changes

Jump to navigation Jump to search
247 bytes added ,  15:56, 31 January 2014
no edit summary
Line 40: Line 40:     
We restore task's mappings before it goes forking to handle COW. This effectively serializes forking.
 
We restore task's mappings before it goes forking to handle COW. This effectively serializes forking.
 +
 +
=== Restoring VMAs ===
 +
 +
There are 4 stages in VMA restore. Relative times of each are below
 +
 +
* Reading images                  1%
 +
* Mapping huuge premap area      << 1%
 +
* (Re-)mapping sub-areas          73%
 +
* Filling area with data          26%

Navigation menu