Changes

409 bytes added ,  21:18, 22 February 2023
m
typo correction
Line 41: Line 41:     
* Reading images                  1%
 
* Reading images                  1%
* Mapping huuge premap area      << 1%
+
* Mapping huge premap area      << 1%
 
* (Re-)mapping sub-areas          73%
 
* (Re-)mapping sub-areas          73%
 
* Filling area with data          26%
 
* Filling area with data          26%
Line 50: Line 50:  
* Maping vma                      15%
 
* Maping vma                      15%
    +
 +
=== Opening files for mappings ===
 +
 +
The <code>get_filemap_fd()</code> opens new fd every time. If a file is mapped several
 +
times (e.g. -- a library) we can share one fd for that.
 +
 +
=== Staging ===
 +
 +
When restoring a single task CRIU uses [[stages of restoring]] which slows things down. Need either special-care the single task restore, or introduce fine-grained locking for such things.
    
[[Category: Development]]
 
[[Category: Development]]
 +
[[Category: Thinkers]]
15

edits