Faster page faulting through prezeroing
Faster page faulting through prezeroing
Posted Jan 14, 2005 14:40 UTC (Fri) by zhjy (guest, #27228)In reply to: Faster page faulting through prezeroing by zhjy
Parent article: Faster page faulting through prezeroing
Another small thing is: when context switching between processes, anyway, the cache lines may be filled by new ones, so kscrubd will not add much cache pollution. But page fault handling is a synchronous operation and after that you still are in the same context. In that case, cache pollution is bad.
