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 === |