haiku/headers/private/kernel/vm
Ingo Weinhold 6379e53e2d vm_page no longer points directly to its containing cache, but rather to a
VMCacheRef object which points to the cache. This allows to optimize
VMCache::MoveAllPages(), since it no longer needs to iterate over all pages
to adjust their cache pointer. It can simple swap the cache refs of the two
caches instead.

Reduces the total -j8 Haiku image build time only marginally. The kernel time
drops almost 10%, though.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35155 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-01-19 08:34:14 +00:00
..
vm_page.h * Added new debug feature (DEBUG_PAGE_ACCESS) to detect invalid concurrent 2010-01-07 02:37:05 +00:00
vm_priv.h * Moved the VM headers into subdirectory vm/. 2009-12-02 18:05:10 +00:00
vm_types.h vm_page no longer points directly to its containing cache, but rather to a 2010-01-19 08:34:14 +00:00
vm.h * Added vm_page::accessed flag. Works analogously to vm_page::modified. 2010-01-15 22:32:51 +00:00
VMAddressSpace.h * Added vm_page::accessed flag. Works analogously to vm_page::modified. 2010-01-15 22:32:51 +00:00
VMArea.h * Added VMArea subclasses VM{Kernel,User}Area and moved the address space list 2009-12-04 17:07:16 +00:00
VMCache.h vm_page no longer points directly to its containing cache, but rather to a 2010-01-19 08:34:14 +00:00
VMTranslationMap.h * Added vm_page::accessed flag. Works analogously to vm_page::modified. 2010-01-15 22:32:51 +00:00