Changes

Jump to navigation Jump to search
181 bytes added ,  17:56, 19 March 2015
Line 49: Line 49:  
* Opening filemap fd              85%
 
* Opening filemap fd              85%
 
* 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 ===
 
=== Staging ===

Navigation menu