On Wed, Aug 20, 2008 at 09:10:47AM -0500, Christoph Lameter wrote:
It is more than the free/alloc cycle, the quicklist saves us from
having to zero the page. In a sparsely filled page table, it saves time
and cache footprint. In a heavily used page table, you end up with a
near wash.
One problem I see is somebody got rid of the node awareness. We used
to not put pages onto a quicklist when they were being released from a
different node than the cpu is on. Not sure where that went. It was
done because of the trap page problem described here.
Thanks,
Robin
--