Re: [RFC][PATCH 0/2] Quicklist is slighly problematic.

From: David Miller
Date: Wed Aug 20 2008 - 23:10:01 EST


From: Robin Holt <holt@xxxxxxx>
Date: Wed, 20 Aug 2008 21:13:32 -0500

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

NUMA awareness is one of the reasons I keep thinking about dropping
quicklist usage on sparc64.

Using SLAB/SLUB for the page table bits with appropriate constructor
and destructor bits ought to be able to approximate the gains
from avoiding the initialization for cached objects.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/